Sticky table headers #2211
Answered
by
tznind
aaronhudon
asked this question in
Q&A
Sticky table headers
#2211
-
Has there been any mention/discussion of having the TableView support a "sticky" header, whereby the contents of the table will scroll but the headers remain visible at all times? |
Beta Was this translation helpful? Give feedback.
Answered by
tznind
Nov 9, 2022
Replies: 1 comment 1 reply
-
Hi thanks for your interest! This is indeed an option. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aaronhudon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi thanks for your interest! This is indeed an option. You can use
tableView.Style.AlwaysShowHeaders = true
to keep the headers always visible.