Hi Babak,
I can't figure out how to select a row in runtime. For instance, when pressing a button, that the second item gets selected of the TableView.
How can this be done ?
And also, is there a way to set the color of the selected row ? Default it's blue, but maybe you can set this any color you want ?
If so, how ?
Thanks in advance,
Rob.
Hi!
To select or deselect a row, use the SelectRow or DeSelectRow methods of the TableView.
I'll need to color the selection also, but I didn't check it yet, I'll try it today.
Regards
Hi Fenistil,
Thanks alot !
I was looking for it at DPFUITableView1.Sections[0].TableItems.xxxx
Row color would be nice have too.
Thanks again,
Rob
Any luck with the color of the row selection ?
Maybe it's not possible yet and we need to make a request ticket for that.
Cheers,
Log in to post a comment.
Hi Babak,
I can't figure out how to select a row in runtime.
For instance, when pressing a button, that the second
item gets selected of the TableView.
How can this be done ?
And also, is there a way to set the color of the selected
row ? Default it's blue, but maybe you can set this any
color you want ?
If so, how ?
Thanks in advance,
Rob.
Last edit: Rob Kenders 2013-10-21
Hi!
To select or deselect a row, use the SelectRow or DeSelectRow methods of the TableView.
I'll need to color the selection also, but I didn't check it yet, I'll try it today.
Regards
Hi Fenistil,
Thanks alot !
I was looking for it at DPFUITableView1.Sections[0].TableItems.xxxx
Row color would be nice have too.
Thanks again,
Rob
Hi Fenistil,
Any luck with the color of the row selection ?
Maybe it's not possible yet and we need to make
a request ticket for that.
Cheers,
Rob