Because I'm too stupid to get from Designer what I want, I wish there was a Designer function which generates the code to set at runtime the dimensions of all views as percentages compared to the screen (layout).
Something like:
Button1.Width = 25%x
Button1.Height = 10%y
Button1.Left = ...%x
Button1.Top = ...%y
Something like:
Button1.Width = 25%x
Button1.Height = 10%y
Button1.Left = ...%x
Button1.Top = ...%y
Last edited: