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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -