I'm using a RowLayout on an UltraGrid. I have included an image of the problem. The problem occurs when the "Goal" text is long. If it expands beyond the visible grid area you cannot get to the below columns (Begin Date, End Date, Target Date) because the scroll bar wants to jump to the next record instead of display the remaining items of the current row. Thus the record cannot be completed in the logical order. Any suggestions?
Might take a look at the Grid Samples Explorer the RowLayout example shows a Cardview example that allows vertical scrolling. Don't know if this will fit your needs or solve the problem but it's something to look at.
Nick