regd treeView control
-
Hi, I have a treeView Control. I am adding a node with text . The text is very large one. It is giveing scroll bar for the tree view but all the text is not visible (the text is very large around 1000characters). How can I change the properties to make the entire text visible. Karteek
-
Hi, I have a treeView Control. I am adding a node with text . The text is very large one. It is giveing scroll bar for the tree view but all the text is not visible (the text is very large around 1000characters). How can I change the properties to make the entire text visible. Karteek
:wtf: Why on earth would you put a string that long in a TreeView? That is more like detail that should be displayed on some other control. I'm just saying this because if I saw an application do something like that, the first thought in my head would be "WHAT WERE THE DEV's THINKING WHEN THEY DID THIS?!?!" Now, the TreeView control doesn't support putting huge strings on multiple lines in a single node. You COULD break up that string into multiple nodes under the same parent node. Or you could attempt to ownerdraw the TreeView, but that's not exactly easy. Another option would be to check out an alternate TreeView control from, say, Infragistics... RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome
-
:wtf: Why on earth would you put a string that long in a TreeView? That is more like detail that should be displayed on some other control. I'm just saying this because if I saw an application do something like that, the first thought in my head would be "WHAT WERE THE DEV's THINKING WHEN THEY DID THIS?!?!" Now, the TreeView control doesn't support putting huge strings on multiple lines in a single node. You COULD break up that string into multiple nodes under the same parent node. Or you could attempt to ownerdraw the TreeView, but that's not exactly easy. Another option would be to check out an alternate TreeView control from, say, Infragistics... RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome
-
Hi, I usually don't have such long strings in my control but in some case I amy get such strings. So I want this. Karteek.
You may want it, but would anyone else want to use it? RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome
-
You may want it, but would anyone else want to use it? RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome