CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 5/31/2006 11:38:22 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 21 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
StuckPuck
Asp.Net User
Expand/Colapse node in Treeview by clicking Text.5/31/2006 11:38:22 AM

0/0

I have tried to google for this but haven't found anything. Don't really know what to search for :)

It is possible (without some dirty hack) to make a node in the treeview expand/colapse by clicking on the text and not only the +/- images I had another homebuilt treeview before and my users is used to clicking the text or the plus sign to expand a node. Only nodes that has no childrens should be used as a link.

Would be greatfull if anyone could help me with this :)

Br, Ola

keefers
Asp.Net User
Re: Expand/Colapse node in Treeview by clicking Text.5/31/2006 12:54:53 PM

0/0

Yep.

set the selectAction property of the node to Expand or SelectExpand.

 


Keith
dmc7198
Asp.Net User
Re: Expand/Colapse node in Treeview by clicking Text.6/22/2006 4:24:41 PM

0/0

Can you please be more specific

Do you mean:

Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TreeView1.SelectedNodeChanged

Me.TreeView1.SelectedNode.SelectAction = TreeNodeSelectAction.SelectExpand

End Sub

This is not working for me.

Thanks.

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Beginning ASP.NET 2.0 in C# 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1148, Published: 2006
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Pro ASP.NET 2.0 in C# 2005: Create Next-generation Web Applications with the Latest Version of Microsoft's Revolutionary Technology Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1426, Published: 2006
Programming in Visual Basic.NET Authors: Ted Coombs, Pages: 470, Published: 2001
Programming Microsoft Visual Basic 6.0: [master Object-oriented Programming Techniques for Rapid 32-bit Development] Authors: Francesco Balena, Pages: 1276, Published: 1999

Web:
Expand/Colapse node in Treeview by clicking Text. - ASP.NET Forums It is possible (without some dirty hack) to make a node in the treeview expand/ colapse by clicking on the text and not only the +/- images I had another ...
Expand/collapse treeview nodes by clicking the node text - .NET ASP Expand/collapse treeview nodes by clicking the node text. Get answers to your questions in our .NET ASP forum.
YUI Library Examples: TreeView Control: Inline Editing of TreeView ... It will expand or collapse it or will navigate if the node has an href property. ... TreeView("treeView", [ 'Label 0', {type:'Text', label:'Label 1', ...
ASP.NET 2.0 TreeView (expand on click of text)? - Xtreme Visual ... NET 2.0 TreeView (expand on click of text)? Web Programming. ... Can an open node collapse automatically when a different node is clicked? ...
Re: Automatically close Nodes in TreeView Control.: msg#00490 You may use a custom method that expands and collapse nodes, called from both Node.Click and Node.Expand, after checking if the node is already expanded ...
On .Net, Javascript and more...: Client Side Expand/Collapse All ... Client Side Expand/Collapse All Nodes For ASP.NET 2.0 Treeview .... When on clicking on parent node all child nodes getting checked, i want that all these ...
Treeview Navigation - Expand and Collapse on Node click - ASP.NET ... Treeview Navigation - Expand and Collapse on Node click .... TreeNodeInfo theNode = new TreeNodeInfo(node.Text, node.Selected, node.Value); ...
Yahoo! UI Library: TreeView (Click here for the full list of module names for YUI Loader.) ..... The node label is a plain text that will expand/collapse the node by default. ...
TreeView Web Server Control Overview When the NavigateUrl property is not set, clicking a node will raise a ... By default, the TreeView control handles expand-collapse functionality on the ...
Visual Basic Controls in a Nutshell: Chapter 5, Controls, TreeView ... The TreeView control is a hierarchical list of related Node objects. The user can expand and collapse these node families easily while navigating through ...




Search This Site:










playing mp3 files at .net

asp.net debugging question

more free skins

web service javascript prototype intellisence in vs2008 beta2

register form

package load failure

dropdownlist will not work in content page

control adapters - datalist - headertemplate - checkbox event not firing

help please - difficulties installing ibuyspy

problems when using "publish"

securing exe files with aspnet_isapi.dll

loginstatusadapter requires membershipprovider

treeview bug ! error when try to display non-english characters

smtp & passwordrecovery

membership and profiles

can't connect to database

impersonation...best practice?

sql server yukon cache dependency in page directive

shadow effect in 1.0.10 menu?

contact info for vwd express team members?

start building a module now or wait till v3?

upgraded portal resolves to localhost/dotnetnuke

yaf

mutliple selecting and absolute positioning

problem adding webcontrols to toolbox [reasons can't find]

just wanted to note an excellent isp for dnn 3.0

where is the iewebcontrols.msi file?

trial hosting for asp.net 2.0

render vs render children

web.config issues with password related attributes

 
All Times Are GMT