End-User Capabilities
Automatic Internal Drag and Drop
The XtraNavBar allows your application's end users to use drag and drop to move items between groups. This is the default behavior and you can change it using the following members:
-
The control's NavDragOver and NavDragDrop events give you full control over drag and drop events.
-
A group's DragDropFlags property enables you to override drag and drop settings for a particular group;
-
The drag and drop availability of each particular item can be set using the desired item's CanDrag property.
-
The control's NavDragOver and NavDragDrop events give you full control over dragging and dropping.

Automatic Content Scrolling
The XtraNavBar control automatically determines when its content cannot be fully displayed on screen. If an ExplorerBar view is currently used and the groups don't fit into the control's area, a vertical scrollbar is displayed. If a SideBar or Navigation Pane view is used and the links don't fit into the active group's client area, the group displays scroll buttons. 
|