-
GridSplitter in Windows Community Toolkit doesn't seem to work with winui3, and it doesn't look pretty. |
Beta Was this translation helpful? Give feedback.
Answered by
castorix
Feb 10, 2023
Replies: 1 comment 3 replies
-
A method can be to use a Thumb control, like in the WPF GridSplitter : |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ruihuasun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A method can be to use a Thumb control, like in the WPF GridSplitter :
(VerticalAlignment="Stretch" inside a Grid in this test)