---
title: "what is System.Windows.Controls.Primitives.ResizeGrip control in WPF?"  
description: "what is System.Windows.Controls.Primitives.ResizeGrip control in WPF?"  
author: "John Smith"  
published: 2011-05-12  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/895/what-is-system-windows-controls-primitives-resizegrip-control-in-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# what is System.Windows.Controls.Primitives.ResizeGrip control in WPF?

System.Windows.Controls.Primitives.ResizeGrip—This control enables the Window tohave a resize grip within the visual tree. Thus, interaction with the host window of the WPF application will be captured by ResizeGrip such that the application can respond accordingly (for example, layout changes with a new surface area caused by the expansion or contraction of a host window)

## Answers

### Answer by John Smith

System.Windows.Controls.Primitives.ResizeGrip—This control enables the Window tohave a resize grip within the visual tree. Thus, interaction with the host window of the WPF application will be captured by ResizeGrip such that the application can respond accordingly (for example, layout changes with a new surface area caused by the expansion or contraction of a host window)


---

Original Source: https://www.mindstick.com/interview/895/what-is-system-windows-controls-primitives-resizegrip-control-in-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
