472,354 Members | 1,624 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,354 software developers and data experts.

treeview control

hello,

I want to add scrolling and auto expanding after X msec to Drop & Drop in a
treeview.
Can someone me in the right direction.

thanks
Marc
Nov 21 '05 #1
3 2692
Hi,

Drag and drop treeview
http://www.codeproject.com/vb/net/Tr...ragAndDrop.asp

To make a treenode visible
http://msdn.microsoft.com/library/de...sibletopic.asp

Ken
-------------------
"marc" <he**@msn.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
hello,

I want to add scrolling and auto expanding after X msec to Drop & Drop in a
treeview.
Can someone me in the right direction.

thanks
Marc

Nov 21 '05 #2
Ken

the links you provides do not give me the right result. Let me give you some
more info.

I have drag and drop in a treeview. There a about 1000 nodes.
If I drag to the bottom of the treeview, it does not scroll to the nodes
that are not visible. How do I scroll down or up?
If I drag to a node that has childnodes I would like to expand the node and
display the childnodes.

Marc

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi,

Drag and drop treeview
http://www.codeproject.com/vb/net/Tr...ragAndDrop.asp

To make a treenode visible
http://msdn.microsoft.com/library/de...sibletopic.asp

Ken
-------------------
"marc" <he**@msn.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
hello,

I want to add scrolling and auto expanding after X msec to Drop & Drop in
a
treeview.
Can someone me in the right direction.

thanks
Marc

Nov 21 '05 #3
Hi,

Display child nodes
http://msdn.microsoft.com/library/de...ndalltopic.asp

Ken
------------------
"marc" <he**@msn.com> wrote in message
news:uH**************@TK2MSFTNGP14.phx.gbl...
Ken

the links you provides do not give me the right result. Let me give you some
more info.

I have drag and drop in a treeview. There a about 1000 nodes.
If I drag to the bottom of the treeview, it does not scroll to the nodes
that are not visible. How do I scroll down or up?
If I drag to a node that has childnodes I would like to expand the node and
display the childnodes.

Marc

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi,

Drag and drop treeview
http://www.codeproject.com/vb/net/Tr...ragAndDrop.asp

To make a treenode visible
http://msdn.microsoft.com/library/de...sibletopic.asp

Ken
-------------------
"marc" <he**@msn.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
hello,

I want to add scrolling and auto expanding after X msec to Drop & Drop in
a
treeview.
Can someone me in the right direction.

thanks
Marc


Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: SoKool | last post by:
Can anyone point me to a site where I can get a free treeview control to use in ASP .NET or any tutorial that can help me build my own treeview control. I intend to use a treeview to generate a...
8
by: Hrvoje Voda | last post by:
What is wrong in this code? private void tree_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if (e.KeyCode == Keys.Enter ) {
3
by: Peter | last post by:
Hello, We are inserting a side menu to our application using a class that is writing HTML on all our pages. This is a part of the code as an example: writer.Write(" <table WIDTH=""100%""...
4
by: Ben Coats | last post by:
Hey, I'm trying to find code for an Explorer-style Directory ComboBox. (You know, it display "Desktop", "My Computer", all drives, etc., but it has a treeview control inside the combobox so that...
10
by: p3t3r | last post by:
I have a treeview sourced from a SiteMap. I want to use 2 different CSS styles for the root level nodes. The topmost root node should not have a top border, all the other root nodes should have a...
1
by: musosdev | last post by:
Hi guys I was using the Microsoft.Web.UI.WebControls extra namespace in my application to provide me with a TreeView control. I was using specifically ..GetNodeFromIndex(), SelectedNodeIndex and...
2
by: rolf.oltmans | last post by:
Hello all, I need to place treeview control in Grid control. I need to place it in a grid because I need to show calendar against every node. Is placing a treeview in grid possible? If I need...
1
by: doemon | last post by:
Hi, I'm working on a pagination control and I need to dynamically rerender a treeview to display the next set of nodes depending on which page we're on. For example, page 1 will dispaly only...
0
by: noneya22 | last post by:
I want to use a TreeView control as a one-level, vertical navigation menu. I'm using this control currently with a SiteMapDataSource and .sitemap file. I've written code that associates an image...
0
by: jiing | last post by:
Hi all, I want to use sting(the same as Node.Text) to judge if a node exists in TreeView. I've tried several ways, but seems all failed. could anybody help me? Thanks in advance. //My...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made but the http to https rule only works for...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. header("Location:".$urlback); Is this the right layout the...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.