How to make the scrollbar of the datagrid always visible #17352
Unanswered
pyking-wang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<DataGrid ItemsSource="{Binding CloudList}" Height="200" IsReadOnly="True" ScrollViewer.AllowAutoHide="False" ScrollViewer.VerticalScrollBarVisibility="Visible"/>
<DataGrid ItemsSource="{Binding CloudList}" Height="200" IsReadOnly="True" VerticalScrollBarVisibility="Visible"/>
I am unable to set it up using these two methods, and ’visible‘ and ’auto‘ have the same effect.
ps:avalonia_version:11.1.1,and the control is in usercontrol
Beta Was this translation helpful? Give feedback.
All reactions