Hi,
For grids with several levels of data the first column is padded so the other columns are aligned, my question is if it would be possible to increase the padding of each level depending of the bands that are expanded.
Thanks
Hello jcmarq,
Could you please try to achieve this with the following code:
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free; }
Please feel free to let me know if I misunderstood you or if you have any other questions.