Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.21 KB

devenv-minimumheight-property.md

File metadata and controls

46 lines (32 loc) · 1.21 KB
title description ms.author ms.date ms.topic author ms.reviewer
MinimumHeight Property
Specifies the minimum height that the control add-in can be shrunk to.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

MinimumHeight Property

Version: Available or changed with runtime version 1.0.

Specifies the minimum height that the control add-in can be shrunk to. This setting only applies if the VerticalShrink setting is specified.

Applies to

  • Control Add In

Value Type

  • Integer

Property Values

The default is 0. If VerticalShrink is true but MinimumHeight is 0, the control add-in can shrink to nothing.

Dependent Property

This setting only applies if VerticalShrink is set to true.

Example

RequestedHeight = 300;
VerticalShrink = true;
MinimumHeight = 150;

See Also

Control Add-In Object