Browse By Tags

  • AutoDragExpand not working

    Hi all,
    I am currently experiencing a problem with the WinTree component.

    I implemented Drag/Drop as described in the related Sample (WinTree DragDrop) and used the UltraTree_DropHightLight_DrawFilter_Class.cs which I modified a little to suit our needs…

  • WinTree DrawFilter DropLinePosition not set for non-standard ViewStyle

    Hi,

     

    I have  a problem that looks like an issue with drag and drop in WinTree. I followed the Navigation -> WinTree -> Drag and Drop sample from Netadvantage 2010 Volume 2 exactly with the only difference that I have set ViewStyle to FreeForm and added…

  • Drag and Drop Feedback/Preview

    Hi,

    Is there any way to have the UltraWinTree control provide feedback on exactly where a node is going to be dropped, especially if there are multiple levels of nodes?  It would be useful to provide some way of knowing exactly where you're dropping a…

  • dragdrop treenode to groupbox

    hi, 

    i'm trying to do a drag and drop a treenode to another panel control like ultragroupbox/windows.panel.

    when the tree node is dragged and released on the panel, i want it to be converted to a button/label in the panel and the node is deleted…

  • Not getting a DragOver event using a programmatically created UltraTree

    I've converted the infragistics "UltraTree Drag and Drop VB" sample code to use a programmatically created UltraTree instead of a design-time UltraTree (to match what I'm trying to achieve in my own code). Yes, I've set up the various UltraTree event…
  • Drag & Drop with WinChart and other controls

    Hi,

    in my app, I have a winchart and a navigation control like a WinExplorerBar or a WinTree (I'm not sure which one serves me best). In the navigation control there is a list with many items, each item represents a data series. I would like to select…

  • Node Reposition makes nodes disappear

    Weird problem - hoping somebody can help me with it. Trying to do a simple drag and drop inside a UltraTree. Here is my sample tree - taken from a sample

    groupTree.Nodes.Add("Continent:North America", "North America");
    groupTree.Nodes…