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
565
Toolbar pallette and docking indicators
posted

My app has a toolbar that uses the Infragistics drag drop framework and xamdockmanager.  The tools allow the user to drag a display, plot or other UI widget to the dock manager.  From there on out the dock manager provides the UI for the layout of the items, each in their own content pane.  This works incredibly well and with a bt of styling provides a nice customizable UI for the user.

One thing it doesn't do though is show (and use) the docking indicators as a new tool is dragged to the dock manager.  If no panes are open in the dock manager, the dock manger itself is a drop target and creates a new splitpane and content pane forthe tool.  If there are panes shown then each one of them is a drop target that adds the new widgets pane to the target split pane.

Works well enoguh but isn't nearly as intutive as if the docking indicators were shown if the tool were a real content pane.

How might I achieve showing the docking indicators when dragging one of my display widgets on to the dock manager?