How to do vertical reverse direction operation for ContentSizer? #640
-
As the title, I want to achieve a reverse operation in the vertical direction, but I don't know how to achieve it. Desired effect: 1.mp4Actual effect: 2.mp4The former I used the GridSplitter control, and the latter I used the ContentSizer control because there is only one control in the Popup. |
Beta Was this translation helpful? Give feedback.
Answered by
michael-hawker
Feb 25, 2025
Replies: 1 comment 1 reply
-
@qian-o can you share your XAML you're using? It looks like you set the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qian-o
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@qian-o can you share your XAML you're using? It looks like you set the
Orientation
on the ContentSizer control? But there's also theIsDragInverted
property, as the ContentSizer doesn't know which direction you're trying to expand the target control in.