I want to change the just the left margin of a WPF textbox via XAML:
This code obviously does not work :
<TextBox Margin.Left ="0"/>
What would be the correct code, does anyone here know ?
Regards, MadSeb
I want to change the just the left margin of a WPF textbox via XAML:
This code obviously does not work :
<TextBox Margin.Left ="0"/>
What would be the correct code, does anyone here know ?
Regards, MadSeb