B4J Question How to highlight the whole row in a TableView

Armando Barrera

Member
Licensed User
Longtime User
Hi everyone,

I would like to know how to highlitht the complete selected row in a TableView?
Is very important to say that i do not need this for a B4XTable, i need this just for a simple TableView.

Thanks in advance
 

Armando Barrera

Member
Licensed User
Longtime User
Hi there...


#3 post...
Hi Magma,

Done, I solved the problem, I was missing a line (shown below) that I added before the two lines hat the sent link said, it turned out like this:

tblView_Sistema.SingleCellSelection = False
tblView_Sistema.SelectedRow= NumRow '(NumRow is the selected row
tblView_Sistema.ScrollTo(NumRow)

I appreciate your accurate and soon support.
Thank you very much

Best regards
Armando Barrera González
 
Upvote 0
Top