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
1960
Cardview with UseFixedHeaders kind of behavior
posted

I have a grid with CardView = true, and all the cards are displayed horizontally (I set CardSettings.MaxCardAreaRows = 1).  The datasource has a lot of columns so the grid displays the vertical scrollbar all the time. Also I'm using the UltraGridRow.CardCaption property to identify each card.

The problem is when the user scrolls to the bottom the CardCaptions are not visible anymore.

I understand the UseFixedHeaders property forces the grid to display the column header even though the user scrolls vertically to the bottom. Is there a way to obtain an equivalent behavior using the cardview mode?

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Oscar,

    I tested this out briefly, and I don't understand the issue. I tried every property setting and CardStyle I could think of, and I was not able to get the card labels to scroll out of view. They are always either fixed on the left or attached to each card. 

    Oh, sorry, I just re-read your post and realized you are talking about the card captions. Unfortunately, there is no way to have these fixed. You should Submit a feature request to Infragistics

Reply Children
No Data