Question

I have a form where user can add and position charts and controls for a presentation like app. User can then change it to FullScreen mode, How do I change the size and position of controls to keep a relative position and size?

Was it helpful?

Solution

Store the control sizes / positions as percentages of form width, and use these percentages when the form is resized to programmatically size the controls - that's a simple enough solution that should work nicely.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top