wpf - TextBlock and TextBox objects alignment depending on width of border container -
what have when size of border container wide enough:
textblock textbox textblock textbox
then size of border gets smaller , have this:
textblock textbox textblock tex
there not enough space fourth textbox need this:
textblock textbox
textblock textbox
how can achieve it?
wrappanel
+ container around units.
Comments
Post a Comment