I’m using WPF, and I have a CheckBox element with associated text/content. I’ve changed the FlowDirection to be RightToLeft so that the checkbox appears to the right of the text. But it appears very close to the text. I’d like to increase the spacing between the text and the checkbox, but of course the Margin option changes the outside margins of the whole control.
Thanks for any ideas.
<CheckBox IsChecked="True" HorizontalAlignment="Left" FlowDirection="RightToLeft">Activate</CheckBox>
This should work too: