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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -