Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/10/2005 at 12:42, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.1 Platform: Language(s) : C++ ;
--------- Hi,
I have a treeview gui in my dialog and would like to replace the default lines with my own.
I have tried hiding the defaults ones with TREEVIEW_HIDE_LINES
but that doesn't keep the treeview in a hiearchy view, it turns into a list. Its also seems its not possible to expand/collapse the items when TREEVIEW_HIDES_LINES is active.
Any ideas?
I really don't want to use the default lines, but want a hierarchy view like the OM.
If I could expand/collapse the items when TREEVIEW_HIDE_LINES is true, then I could create by own hiearchy view
On 01/11/2005 at 07:39, xxxxxxxx wrote:
I'm afraid there's no such feature in the treeview class. The only way would be to write your own treeview from scratch.