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
40
CardView Grid different widths on rows?
posted

I am using the ultragrid in card view layout with max card area rows set to one:

ultraGridBand1.CardSettings.MaxCardAreaRows = 1; true;

ultraGridBand1.CardView = 

 

ultraGrid1.DisplayLayout.ViewStyle =

ViewStyle.SingleBand;

  

ultraGrid1.DisplayLayout.MaxBandDepth = 1;

 

I would like to be able to display a number of rows but have them resizeable to different widths. I can't seem to find anything that alludes to this. Just to clarify - the rows in the cardview appear as columns ie along the x axis at the top. Any help is appreciated.

Andrew

Parents Reply Children