---
title: "What is System.Windows.Controls.Grid contol in WPF?"  
description: "What is System.Windows.Controls.Grid contol in WPF?"  
author: "John Smith"  
published: 2011-05-12  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/893/what-is-system-windows-controls-grid-contol-in-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is System.Windows.Controls.Grid contol in WPF?

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.

## Answers

### Answer by John Smith

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.


---

Original Source: https://www.mindstick.com/interview/893/what-is-system-windows-controls-grid-contol-in-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
