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.
Padding
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: Padding
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
The same properties exist for columns in a list called CellMarginLeft/Right/Top/Bottom