cancel
Showing results for 
Search instead for 
Did you mean: 

WD4A - Set visible row

Former Member
0 Kudos

I have a table control in a WD4A application and have provided a toolbar button to add rows to the table. The number of Visible rows = 5. When the user adds more than 5 rows, the row gets added but they need to scroll down to see the new row. Anyway how we can scroll to the newly added record automatically?

Regds

Thiru

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

There is a property of table called firstVisibleRow set this to the record number you want to show.

Take a cotnext attribute of type integer, and bind it with the firstVisibleRow property and set it accoridngly in the program

Abhi

Answers (0)