Hello,
I am having datagrid, I need to show vertical scrollbar in it, I have used following still not showing
ScrollViewer.CanContentScroll="False" VerticalScrollBarVisibility="Auto" MouseDoubleClick="VoterMaster_grid_MouseDoubleClick_1" >
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dipankar BiswasPosted May 2, 2015, 8:13 AM
Check this links... http://stackoverflow.com/questions/673516/how-can-i-enable-scrollbars-on-the-wpf-datagrid
And
DataGrid in WPF
http://www.c-sharpcorner.com/UploadFile/mahesh/datagrid-in-wpf/
Thanks...