Space between Grid Rows
Comments
-
Ive built a Form with multiple labels and text-boxes. Is it possible to reduce the space between the rows?
[img]https://i.imgur.com/gt7OZQL.png[/img]
[i]edited by Gruber on 6/5/2019[/i] -
Space between the rows can be reduced by changing the Inner Margin property of the Parent Grid. This is set as 15 on the default Form. Reducing it will reduce the space between the rows. Refer screenshots.
Before:
[img]https://i.imgur.com/guE5iCV.png[/img]After:
[img]https://i.imgur.com/qvIzbtU.png[/img]