Page 1 of 1

Padding

Posted: Thu Nov 17, 2016 5:11 pm
by soa
I have a label control which is sized as content width. It has a border and I like a little padding to take the text away from the lines. Is there a way to do this?

Similarly, I have a right aligned column in a list and I'd like some padding to take the value away from the vertical line. Can this be done.

Re: Padding

Posted: Thu Nov 17, 2016 6:00 pm
by Stewart Marshall
Controls with text content e.g Label, button etc. have a MarginLeft/Right/Top/Bottom properties.

The same properties exist for columns in a list called CellMarginLeft/Right/Top/Bottom