Replies: 1 comment
-
You might want to look at using RelativePanel it allows to align various controls relative to each other inside the panel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would have liked to be able to manage the alignment at the application level :
For example :
Create a TreeView with a TextBlock and a TextBox in the items.
Put the TreeView in a Grid with 3 columns with a GridSplitter in column 1 and align the TexBlock to the column 0 and the TextBox to the column 2.
I don't like spending time on this kind of thing and not getting there in the end.
Maybe instead of having the alignment information in each FrameworkElement, have it in some sort of AlignmentContainer?
I wanted to share this idea, although I don't know if it is good and feasible.
Beta Was this translation helpful? Give feedback.
All reactions