Hi all,
I have set the height of the row in the Initalize layout for the increasing the height of cell but the filter row height alos increased.
i have set as follows
e.DisplayLayout.Override.DefaultRowHeight = 50
how to reduce the size of the filter row?
Regards
Vijay A
e.Layout.Override.DefaultRowHeight = 50;e.Layout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free;this.ultraGrid1.Rows.FilterRow.Height = 25;
Matthew Kraft Windows Forms R&D EngineerInfragistics, Inc.
Hi Matthew,
is there a way to set a fixed height for the FilterRow, but keep all other rows synchronized sizable?
Thanks in advance!
Hi,
I think this is the same question I answered here: Wingrid Row sizing - Infragistics Community
Mike Saltzman
Manager - Windows Forms Development
Infragistics, Inc.
Thanks Mike, this was exactly what I asked.