Alex,
Yes, my view behaves differently. I don't want the actually size of the elements to change - I want their positions to change. This would mean that the screen would be a lot more crowded on a lower resolution display, and more sparse on a higher resolution display. The position of the elements scales, not the elements themselves.
Anyone who's ever coded HTML will know what I mean by this.
Thanks,
Sternocera
Main Topics
Browse All Topics





by: itsmeandnobodyelsePosted on 2007-07-24 at 04:37:55ID: 19555062
I made a sample formview with some controls and resized it. The positions and shape of the controls actually do not change when resizing. It's only scrollbars that appear when making it smaller than the size defined in the resources.
I think the behavior is ok. You can't shrink controls properly as the font and image may not be shrinked with the same scale but in steps only. Hence text is either too small or would be cut or couldn't be read.
Does your view has a different behavior?
Regards, Alex