|
Browse by Tags
All Tags » UltraTree ( RSS)
-
Hello, In a Win UltraTree, the selected UltraTreeNode has a specia appearance when the tree is focused. But as soon as the tree loses focus, the user cannot see which is the selected node. This is not a very good from a usability stand point. I would like to have a visual clue for the selected node even...
-
Is there a way to temporarily disable tree column sorting? My program is manually building a node hierarchy (not using data binding). I also have a custom IComparer implementation assigned to a column that is sorting by default. It seems that the sort is refreshed after every node added, causing the...
-
Hi Guys, I have a UltraTree which loads data for different types of sport items. Following shows how the tree should be displayed: - Cricket Cricket1 Cricket1.1 Cricket1.1.1 Cricket1.2 Cricket1.2.1 Cricket2 - FootBall FootBall1 FootBall1.1 FootBall1.1.1 FootBall1.2 FootBall2 ----------- ------------...
-
Hello Brian, for the sample reference I meant this URL: http://www.infragistics.com/dotnet/netadvantage/winforms/wintreegallery.aspx#Gallery and expressely the "Custom Rendering" sample. Do you know if sources of these samples are available for download? At the end, though, I came up with using...
-
Hai To All, I m using ultratreeview (Infragistics windows form 2007 vol 3) in my application . I using my application for both english and arabic. In arabic i want to display the contents of the tree from Right to Left. I gave the RightToLeft property value True. But the contents display in the left...
-
I have a couple of buttons in a ContextMenu (of an ultratoolbarmanager). What i want to do is, when the user right-clicks in empty space of the tree, a couple of the buttons in the context-menu should be disabled. The problem is, there is _always_ an active node. I tried using the MouseDown event, and...
-
Hi , How can i raise double click event of an UltraTreeNode without collpasing its child nodes? Your help will be highly appreciated. Thanks
-
Hi, I am having problems getting items on UltraTree to enter edit moode. I have set m_ultraTree.DataSource = new AList(); this gives me a two level tree, adding and removing items to the Alist instance causes items to appear on the Tree. Now I wish to be able to edit the Name (label) of each instance...
-
Yah, in Afterselect event I am displaying the details of the selected node in the another panel which is causing the control away from the treeview. As per the requirement, I should be able to drag other nodes in to the details of the selected node(i.e. the panel). I am trying to implement the drag and...
-
Ultratree: example scenario: parent child1 child3 child4 child2 child 5 how can I get all parent1 child nodes????? thanks for any reply.....
|
|