What is System.Windows.Controls.Grid contol in WPF?
Ask by John Smith
Updated 21 Sep 2020
Similar to an HTML table, the Grid control provides a flexible area for content layout and positioning using rows and columns. Note, however, that there is a distinct Table control, System.Windows.Documents.Table, which provides blocklevel content flow also based on rows and columns and derives from a different class than Grid, which derives from System.Windows.Controls.Panel.