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
Hi Mark,
The DrawFilter would allow you to get rid of the line, but that would just leave a space where the lines used to be. So I'm not sure that helps.
It sounds to me like you want an Outlook Express - stye view. If that's the case, you might be better off using UltraWinTree instead of UltraWinGrid. The tree lacks certain grid features like summaries and filtering, but it does have an OutlookExpress ViewStyle.
Also, you should Submit a feature request to Infragistics that there be a way to completely remove the space between bands.
Hi,
I'm not aware of any changes that would cause this. Can you provide a small sample project demonstrating this in 7.2 so I can take a look at it in both versions and see what changed?
I am facing same problem. Grid was working properly in 7.2 version, but with same properties interband spacing is giving problem, it is showing 2 lines space between bands. Interbandspacing property is not working.
any Idea?