Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlNavigationPanel.Height Property

Specifies the height of the navigation panel, in pixels.

#Declaration

Delphi
property Height: Integer read; write; default 80;

#Property Value

Type Default
Integer 80

#Remarks

If the panel height is reduced so that it’s insufficient to completely display certain UI elements on the panel, these elements are automatically hidden.

The Height property updates automatically by multiplying its current value by the form’s scaling factor every time it changes.

The default value of the Height property is 80.

See Also