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 ,
UltraGridBand object has a property Indentation, which returns or sets a value that determines the amount of indenting used for this band http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.UltraGridBand~Indentation.html
Please let me know I you have any further questions.
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.
-Ken
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
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
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