A
Alfred Sehmueller
Hello,
i'm using the microsoft internet explorer webcontrols treeview in a
frameset. It's in the left frame.
Here is my example code:
<body>
<form id="Form1" method="post" runat="server">
<iewc:TreeView id="TreeView1" runat="server">
<iewc:TreeNode Text="This is the root node">
<iewc:TreeNode Text="this is a second node">
<iewc:TreeNode Text="The caption of this node is wider than
the frame.">
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeView>
</form>
</body>
When the node-text is so long, that the expanded tree dissapears under
the main-frame, and I click on the "long node" the tree-frame scrolls
automatically to the right. So if the node-text is very long there is
not much of the tree left.
What I want is a windows-explorer behaviour. It's o.k. that a
scrollbar appears, but I don't want it to scroll automatically.
I googled a lot, but found no answer. I guess someone beside me must
use this control in a frameset as I do?
Thanks for your help
Alfred
i'm using the microsoft internet explorer webcontrols treeview in a
frameset. It's in the left frame.
Here is my example code:
<body>
<form id="Form1" method="post" runat="server">
<iewc:TreeView id="TreeView1" runat="server">
<iewc:TreeNode Text="This is the root node">
<iewc:TreeNode Text="this is a second node">
<iewc:TreeNode Text="The caption of this node is wider than
the frame.">
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeView>
</form>
</body>
When the node-text is so long, that the expanded tree dissapears under
the main-frame, and I click on the "long node" the tree-frame scrolls
automatically to the right. So if the node-text is very long there is
not much of the tree left.
What I want is a windows-explorer behaviour. It's o.k. that a
scrollbar appears, but I don't want it to scroll automatically.
I googled a lot, but found no answer. I guess someone beside me must
use this control in a frameset as I do?
Thanks for your help
Alfred