Hello,
I am using in my app a Modern table control. When i don't have so many items that they require a vertical scroll bar, everything works ok but when there is a scroll bar the table.Selected property is totally broken, it doesn't manage to detect when i select something.
I tried also the Onselect property, to set a variable for that but still table.Selected doesn't work. Interesting enough, if i scroll down to the latest item, that selection works. It feels a little bit random.
Also, when clicking on one row it highlights the row as "being selected" but doesn't work.
Do you have any idea how can I make sure my "Selected" works all the time?
Thank you!
Update1: There is a behaviour of this table control that it loads more data as you go down the scroll at that point the scroll bar also changes dimension, that is the point when everything goes wrong. If i have for example 15 rows but the table loads them initially, even if these 15 items generate a scroll bar, it doesn't create that bug. The moment it is loading more data, it is ruined.