Hi, we have a grid with card view. The column list is vertical looking, from top to bottom. But as you can see from the screenshot, there's a lot of white space on the right side of the screen. Is there anyway to move some columns up to the white space so that the user doesn't need to scroll down to see the entire column list ?
BTW, I tried using group and level setting, but didnt' work. They usually work for non card view.
Groups and Levels are not supported in CardView. But RowLayouts are. So you could do this by setting the RowLayoutsStyle to either ColumnLayout or GroupLayout and then moving the columns around.