TableView without selection #4614
Unanswered
cogwheelgames
asked this question in
Q&A
Replies: 1 comment
|
You should be able to set CanFocus false |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a canonical way to disable the selection highlight in a
TableView?I'd like to use a
TableViewto show my data, but the user will never scroll or select any data in the table, so automatically highlighting a row, cell or region of the table is undesirable.TableView.Update()always calls:which seems to override any simple attempts I've made to hide the selection.
All reactions