Delphi Programming Tutorial #102 - Alignment Ordering Problem

preview_player
Показать описание

Alister Christie is a Delphi MVP (Most Valued Professional), Consultant, Developer, Trainer, Presenter, and Author. He has presented at ADUG (Australasian Delphi Users Group) Symposia and Code Rage Conferences for many years. Alister holds a degree in Mathematics and Computer Science from Victoria University, Wellington. He lives near Wellington, New Zealand.

On this YouTube Channel, Alister has created many hours of video tutorials to help you learn Delphi Programming in efficient and effective ways. Using his lessons, you will programme faster and better, skills applicable for beginners through to experts wanting to expand their programming and coding proficiency.

Video topics by Alister Christie include VCL (Visual Component Library), FireMonkey, FireDAC, Cross-platform, Android, iOS (iPad or iPhone Operating System), Mac OS/X, Windows, IoT (Internet of Things), Algorithms, and more.

Рекомендации по теме
Комментарии
Автор

Nowadays you can solve this without code, by using a TFlowPanel instead of a TPanel. To mimic the situation in this video, you'd set the FlowStyle property to fsRightLeftBottomTop instead of aligning each button to alRight.

woutervannifterick
Автор

I really like these tutorials, they are very nice!

BetoMan
Автор

Thanks man, this problem was driving me crazy

VitorHenriquee
Автор

I not worked in delphi for some time now but I may start up agen

jdraver
Автор

Nice trick. But I never encountered the issue, probably because it's not very 'real world'. Right-aligning the buttons and then only making *some* invisible is bad UI design: the buttons should not place anyway.

JanDoggen