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
280
ComboBox in Floating pane isn't working
posted

I have a DockContentHost which contains a split pane which contains a tab pane which contains a content pane.  Inside this content pane I just have a combobox connected to an observable string collection. 

1. When the content pane is loaded up normally the combobox works as expected.  If i drag the pane out of the ContentHost and use the DocManager_ToolWindowLoaded event to set e.Window.UseOSNonClientArea = false, the combobox no longer 'drops down'.

2. When the content pane is loaded up normally the combobox works as expected.  If i drag the pane out of the ContentHost WITHOUT setting e.Window.UseOSNonClientArea = false, the combobox works as intended.  What am I missing?

Parents
No Data
Reply Children
No Data