I found old kb http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2000 on how to use the ultragrid to display a treeview. Good stuff. However, I can't seem to find the right property to eliminate the spacing between the parent node and children. Also, is there a way to show the row selector on the far left, instead of to the right of the expansion indicator?
Thank you
mnadig said:I can't seem to find the right property to eliminate the spacing between the parent node and children.
I think you are looking for InterBandSpacing.
mnadig said:is there a way to show the row selector on the far left, instead of to the right of the expansion indicator?
No, there is no property or easy way to do this.
Mike - they don't pay you enough :) You're always right on top of thigs. Thank you.
Re: Interband spacing - when I set this to 0, it appears to be drawing 2 lines between the bands - so it looks like a double-thick border between the bands. This, in constrast to a regular grid where the cell lines are always just 1px. It looks strange. Do you have a simple suggested solution?
[ack - doesn't look promising after reading this thread http://forums.infragistics.com/forums/p/14447/53335.aspx#53335 ] Wonder if it could be achieved with a drawfilter?
Best,
Mark