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
275
UltraExplorerBar Disable Drop
posted

Hello All,

I have a problem regarding UltraExplorerBar items arrangement. I don't want users to drag and drop the items and make their own arrangement at runtime. I've tried to accomplish it by setting the AllowDrop property to false but still getting the same behavior. Is there any way to accomplish it. Thanks in advance.

Parents
  • 69832
    Offline posted

    AllowDrop is inherited from the System.Windows.Forms.Control class and is related to .NET drag/drop, not the control's internal item dragging. You can disallow item dragging by setting the UltraExplorerBar.ItemSettings.AllowDragMove/AllowDragCopy properties to false.

Reply Children
No Data