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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -