I have turned off expansion indicator and RowConnectors. This is what I am left with...the white gap on the left needs to be gone. Any help is appreciated.
Hello,
Thank you for your feedback. Please let me know if there is anything else that I could do for you.
Thank you for using Infragistics Components
I see it working now in your sample so something else must be stopping my code from working. So your code is indeed doing what I need it to do.
Let me start from scratch and see if I find my problem.
Thanks a lot for helping. I will post again when I get it working.
thanks
-Ken
Thanks for you effort but you still aren't understanding.....Your grid does the same thing.
When you hide the expansion icon and the row connectors on a grid, the area where they are located still shows up and isn't controlled by the Indention property. How can I get rid of that?
The area marked below is what i want to remove. I already have Band[0] Indention set to 0 and Band[1] Indention is set to 30. That is what I want....BUT I need to remove the area where the expansion icons and connectors are not showing. Could I do this with a DrawFilter? and what UI objects would I be looking to get rid of.
Anyone?
Hello ,
You should set Indentation of bot bands in order to remove the white gutter. I have create a small sample in order to illustrate how changing of Indentation of different bands affects the other bands.
Please let me know if you have any further questions or if I am missing something
That is true, but it doesn't remove the white gutter where the row expansion icons normally shows up.
I want to remove the white area on the right that isn't part of the rows.