C# WPF - Binding TextBlock Alignment to ListView -


i have listview dynamic textbox. looks this.

enter image description here

what want is, create 2 textblock on textboxlist left , right. there way bind alignment of textblock textbox @ top. want because textboxlist dynamic, means 2 textboxlists more right or more down.

i hope guys have ideas, greetings!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

python - TypeError('Unrecognized keyword arguments: ' + str(kwargs)) # Validate user data -