Madza91 Posted July 16, 2008 Posted July 16, 2008 Hello, I was wondering how to do this, to made Treeview without Hscroll - when is treeviewitem too large to show in one line to be showed in another treeviewitem - something like wordwrap in treeview... is it possible??? [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
smashly Posted July 17, 2008 Posted July 17, 2008 For word wrap you would need to use owner drawn text on a TreeView DrawNode Event. In short, what your asking for there is no simpleton way to do it without writing custom functions to accommodate your needs.
JFee Posted July 18, 2008 Posted July 18, 2008 For word wrap you would need to use owner drawn text on a TreeView DrawNode Event.In short, what your asking for there is no simpleton way to do it without writing custom functions to accommodate your needs.Well, you could use the $TVS_NOHSCROLL style. (This style should be added to the main gui control styles helpfile... $TVS_NOSCROLL is the only thing talked about there). It won't wrap, but a simple mouse-over will show the rest of the text Regards,Josh
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now