Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
UltraGrid - CardView - Sizing
posted

Hi,

I use a Ultragrid with CardView to show a datatable with just one row.

So on the left are the columnheaders and on the right the values of the one row.

Now in some cells could be more text and I like the cell to be higher.....but I don't know how.

I set every property I could imagine with sizing to free or auto...but it doesn't work.

If it isn't possible to do that automatically I would be happy that the user could make the cell

bigger by himself with the mouse as it works without cardview....but I don't know how!! :-((

I set the following properties in the InitializeLayout-Event:

 

 

 

 

band.CardSettings.AutoFit =

True

 

 

Me.ugBenutzer.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free

 

 

Me.ugBenutzer.DisplayLayout.Override.RowSizingArea = Infragistics.Win.UltraWinGrid.RowSizingArea.EntireRow

 

 

Me.ugBenutzer.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free

 

 

Me.ugBenutzer.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand