How to make WPF DataGrid scrollbar look like WinForm DataGridView? -


i'm trying migrate wpf , evaluating datagrid. first, tried make datagrid , feel similar old datagridview. problem scrollbars in datagrid cover scrollable area. means, column , row header areas shown in background color, looks ugly me. how can make scrollbar extend edge of control? there property in datagrid this?

by way, did create style datagrid make have similar , feel of datagridview (e.g. datagrid grid line black default, row header doesn't cool, , it's missing selection triangle, , scrollbar problem described here, , on)

edit: can see screenshot.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -