No announcements
Found 2166776 threads
-
0 Votes
Treeview, keep focus on clicked node ?
Thanks, got my solution hereAnswered | 4 Replies | 1268 Views | Created by Andre Uys - Friday, August 15, 2014 6:27 PM | Last reply by Andre Uys - Monday, August 18, 2014 2:08 AM -
12 Votes
TreeView - Keep selected Node selected when losing focus
form on the right. How can I tell the TreeView to keep the selected node "Selected" so the users know what they're editing. I have a ...Answered | 5 Replies | 37126 Views | Created by rternier - Thursday, July 20, 2006 6:39 PM | Last reply by Tom H - Sunday, July 29, 2018 1:27 AM -
0 Votes
TreeView clicked node?
later in the code when i need to pull that info back out so i can determine which child node was clicked, the .tag is nothing the .name was the same way. i have ...Answered | 2 Replies | 2973 Views | Created by JeZteRicp - Tuesday, March 11, 2008 5:50 PM | Last reply by Roy Zhou - MSFT - Monday, March 17, 2008 4:07 AM -
0 Votes
Treeview Node Focus
You will only see the highlight if the treeview still has focus. Do you have anything else going on which would shift the focus ...Answered | 6 Replies | 2948 Views | Created by Hunter Hearst Helmsley - Saturday, October 31, 2009 6:20 AM | Last reply by Hunter Hearst Helmsley - Saturday, October 31, 2009 5:40 PM -
0 Votes
treeview node focus grayed
Hello All, Is there any way no make a Treeview(windows forms) Node gray it something exactly like how a particular folder turns into when we click ...Answered | 4 Replies | 2832 Views | Created by sat1234 - Thursday, March 11, 2010 8:22 AM | Last reply by Jing0 - Wednesday, March 17, 2010 1:36 PM -
0 Votes
treeview focus trigers AfterSelect on first node
. E.g. if I initialise my treeview as part of the form constructor, the first node will always be selected. Even when I quit the application the afterselect event is ...Answered | 4 Replies | 4252 Views | Created by Echancrure - Thursday, September 11, 2008 1:02 PM | Last reply by Echancrure - Thursday, September 11, 2008 2:39 PM -
0 Votes
Treeview Node Loses Selection Highlighting When Treeview Loses Focus
I have noticed this on an application I am working on right now, so I created a simple test app to demonstrate. Below is my a window and the event handler for the treeview ...Unanswered | 1 Replies | 4282 Views | Created by uncle hammy - Wednesday, June 17, 2009 12:16 PM | Last reply by Scott0987 - Thursday, June 18, 2009 12:10 PM -
0 Votes
Change treeview selected node color on treeview lost focus
} } Now when the treeview control loses focus, I want the selected node background color to be yellow. Any idea how to do this?Answered | 2 Replies | 8227 Views | Created by OrionWalli - Tuesday, July 24, 2012 12:43 PM | Last reply by Chester Hong - Tuesday, July 31, 2012 7:48 AM -
0 Votes
How to Set focus programmatically on Treeview node
see the code which i am using to move up and down selected node but after move up and down some time i see selection on selected node goes out. so please tell me what to ...Unanswered | 2 Replies | 675 Views | Created by Sudip_inn - Tuesday, September 22, 2020 2:17 PM | Last reply by Sudip_inn - Wednesday, September 23, 2020 7:26 AM -
0 Votes
un-highlight a clicked treeview node
treeview to nothing when it is top level, which effectively deselects the top level node, and now makes it as though no node is selected in the treeview. ...Answered | 3 Replies | 3216 Views | Created by davema - Tuesday, July 1, 2008 12:20 PM | Last reply by hey_dude007 - Wednesday, August 6, 2008 11:20 AM -
0 Votes
getting the selected node in a treeview without focus
I have two treeviews and a button. The second treeview is affected by the button based on what is selected in the first treeview. Both treeviews have HideSelected set to ... -
1 Votes
Focus selected node in treeview by c#
how can focus selected node in one of the nodes of treeview by c#?Answered | 5 Replies | 30069 Views | Created by Ashraf Khalifah - Monday, May 3, 2010 3:38 AM | Last reply by andrewwyld - Tuesday, August 31, 2010 1:34 PM -
0 Votes
Treeview Usage on Node Click
Just one last question regarding on node select of treeview control...I had here three panels(panelRecord, panelListView, panelLedgers).As I had said, I ...Answered | 5 Replies | 5857 Views | Created by adi - Tuesday, May 16, 2006 12:28 AM | Last reply by Troy Lundin - Wednesday, May 17, 2006 7:13 AM -
0 Votes
deselect node on treeview
I am calling selectitemchanged from a treeview node. How can I deselect the node after the below is ...Answered | 5 Replies | 4461 Views | Created by spark29er - Friday, August 5, 2011 2:27 PM | Last reply by spark29er - Monday, August 15, 2011 11:58 AM -
0 Votes
TreeView Node
Hi,How can I assign an ID to a node in a treeview. I need to do that because when user click on a node I need to retrieve the ID of that node instead of ...Answered | 2 Replies | 4083 Views | Created by Desi29 - Thursday, December 1, 2005 8:54 PM | Last reply by Code Writer - Thursday, December 1, 2005 10:04 PM -
3 Votes
TreeView ... How to keep focus or scroll to top?
That does not seem to work. If my treeview window is only so big and I do expandall on a very large treeview, it still does not move focus to the first ...Answered | 5 Replies | 14683 Views | Created by linhardt - Friday, January 27, 2006 5:24 PM | Last reply by linhardt - Friday, January 27, 2006 9:05 PM -
0 Votes
c# express open a dialog when treeview node is clicked.
I am using a treeview control in C# Express. I have populated the nodes with family tree data at design time. I would like the user to click or double click on a node and a ...Unanswered | 4 Replies | 919 Views | Created by p3aul - Saturday, May 11, 2013 3:02 AM | Last reply by CoolDadTx - Monday, May 13, 2013 2:10 PM -
0 Votes
How to fill Gridview when treeview node is clicked
Hi, I want to display releted contents into GridView when a node is selected in treeview. How can i do this using wpf and c#? can anybody help ...Unanswered | 1 Replies | 2209 Views | Created by lovelyCSharp - Wednesday, June 6, 2012 6:39 AM | Last reply by irusul - Wednesday, June 6, 2012 2:26 PM -
0 Votes
Treeview AfterSelect and TextBox Focus
I have a treeview and when a node is clicked on, I want a textbox to receive focus. I had this working and then all of a sudden it stopped working ... -
0 Votes
HIT TEST on TREEVIEW NODE?
When selecting a node in a treeview is there any way to check in the click happened on the node label rather than on the white space next to ...Answered | 4 Replies | 2840 Views | Created by Karl Jones - Tuesday, July 3, 2007 10:46 PM | Last reply by Karl Jones - Thursday, July 5, 2007 7:44 AM - Items 1 to 20 of 2166776 Next ›
No announcements