I try to make all my screen displays work both Portrait
and Landscape
I know that I can make two different looks in designer using variants.
But I find it so much easier to use one variant and move the fields around in code.
I found it strange that CustomListView did not conform to the same standards as all the other types of views (meaning left, top, width, height) and went on and started using ScrollView or ScrollView2D.
In another app I have a view where the user can select where on the screen they want things and drag them around if they want.
Just could not figure out a way to do that with CustomListView
I'm pretty happy with ScrollView (most of my apps aren't displaying lots of data).
Maybe someday someone will modify CLV to have positioning then I would consider converting.
By the way "Happy New Year" to you. I think this development environment you have given us is really top shelf
BobVal