How do you make the Last Row Visible after the visible Table has Loaded via csv??? Thx..Harry
H harry5568 Member Feb 9, 2010 #1 How do you make the Last Row Visible after the visible Table has Loaded via csv??? Thx..Harry
specci48 Well-Known Member Licensed User Longtime User Feb 9, 2010 #2 Hello Harry5568, just select a cell of the last row available like B4X: table1.SelectCell("Col1", table1.RowCount - 1) The table automatically scrolls down to show the last line. specci48
Hello Harry5568, just select a cell of the last row available like B4X: table1.SelectCell("Col1", table1.RowCount - 1) The table automatically scrolls down to show the last line. specci48