In This Article

WindowResizeGrip

The WindowResizeGrip is a transparent gripper control that can be placed in the lower-right corner of a Window or its status bar, providing a larger area to drag-resize the Window both horizontally and vertically.

Important

See the Getting Started topic for details on configuring themes for this control.

Example

The following examples demonstrate how to define a WindowResizeGrip for a Window:

xmlns:actipro="http://schemas.actiprosoftware.com/avaloniaui"
...
<Window>
	<Grid>

		<!-- Other window controls -->

		<!-- WindowResizeGrip is automatically aligned to bottom-right -->
		<actipro:WindowResizeGrip />

	</Grid>
</Window>