Browse By Tags

  • Drag Drop within a ControlPane

    Hi,

    I have a grid (UltraGrid control) that should support dragging of files from e.g. windows explorer.

    So I set the property AllowDrag of the grid to true and have handlers for the DragEnter, DragLeave, DragMove and DragDrop events.

    This grid is placed…

  • Dragging Items from UltraWinExplorerBar to WinDockManager surface

    Can anyone provide an example of dragging an item from the WinExplorerbar onto the WinDockmanager surface?

    I looking to auto generate the panel within the dockmanager and place a custom control on its surface...

     

  • Start dragging of a pane without Caption

    Hello,

    I have set the ShowCaption property to false for layout reasons and I did not find the way to start the dragging of a pane.

    The controls I put in my panes already have a "title bar" which contains some buttons and I am not able to add them in…

  • desgin issue - drag a dockable grid to tear off from ultratabcontrol

    I want to use a tab control to house a, maybe multiple, grid(s).  There are three tabs,  A, B, C.   A contains all rows of B and C.    I want to click the tab to select each of them, drag it from the tab and move to other area in the form.   Then I should be able…