Windows Server
Active Members
- Joined
- Dec 10, 2024
- Messages
- 8,520
Hello,I need to implement a spreadsheet like control in my WPF app, and all my attempts at using the WPF DataGrid have resulted in very very poor scrolling (it is worst in horizontal than vertical). I have tried:fixed row and column height/widthsimplified cell stylesvirtualizationdisabling automationpeerThe WinForms DataGridView, however, it is very slow at selecting cells, since rows become unbound and all that, so it is also not usable for my purposeand I still get very clumsy scrolling even for a 100x100 grid. I think this is not really usable as it is.How can I get a fluent spreadsheet in
Continue reading...
Continue reading...