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,783 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, When you click the left mouse button, how to get the number of rows and columns of cells? Who can help me.... Thanks
XAML Code:
<DataGrid Name="OneDayGrid" Canvas.Top="230" Width="1051" AutoGenerateColumns="False" EnableRowVirtualization="True" Canvas.Left="10" Height="693" GridLinesVisibility="All" HorizontalScrollBarVisibility="Disabled"></DataGrid >