T
tshad
If I do this in xaml:
<CheckBox Name="chkIsDiscontinued" HorizontalContentAlignment="Left"
FlowDirection="RightToLeft" VerticalContentAlignment="Center"
This will put the checkboxk right next to the text on the right. I need to
separate the text and checkbox by a little bit and can't figure out how to
do this.
Someone at work had figured it out using an attribute in the tag line but
couldn't remember how he did it.
Does someone know how to do this?
Thanks,
Tom
<CheckBox Name="chkIsDiscontinued" HorizontalContentAlignment="Left"
FlowDirection="RightToLeft" VerticalContentAlignment="Center"
Discontinued</CheckBox>
This will put the checkboxk right next to the text on the right. I need to
separate the text and checkbox by a little bit and can't figure out how to
do this.
Someone at work had figured it out using an attribute in the tag line but
couldn't remember how he did it.
Does someone know how to do this?
Thanks,
Tom