Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,778 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have a datagrid - and it will be populated dynamically in code - it works
But before I have 10 oder more rows the scrollbar did not appear in the datagrid
Is it possible to show the deactivated or inactive scollbar in datagrid from start?
Try this:
<DataGrid VerticalScrollBarVisibility="Visible" . . . . />