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
175
AllowFloating="false" doesn't work fully
posted

Hi,

I've set AllowFloating to false in the defaultpanesettings. This prevents the panes from being dragged to a floating pane, however if I double click the header then the pane still floats. How do I prevent this?

Thanks

 

 

 

 

Parents
  • 44743
    Verified Answer
    posted

    This may be a bug. I would recommend submitting it to the support group so it can be investigated: http://es.infragistics.com/gethelp.

    As a workaround, you can handle the BeforeToggleDockState event of the dock manager with the following code:

    e.Cancel = ( e.Pane.SettingsResolved.AllowFloating == DefaultableBoolean.False );
Reply Children
No Data