Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
SplitPane Get Size
posted

Hi.

I have a SplitPane on the left size of the window, set to 'autohide'.

I would like to save the 'width' of the panel when the user exit the application and set it again when opening.

However, I could not find any property that changes in the SplitPane after I manually drag the panel.

How can I get the CURRENT width of the panel?

Note that I did checked the Width, ActualWidth for the SplitPane, its child/parent and XamDockManager.GetFloatingSize as well as the  SplitPane.GetRelativeSize

What am I missing?

Parents Reply Children