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

TdxHorizContainerDockSite Class

Represents a horizontal side container site.

#Declaration

Delphi
TdxHorizContainerDockSite = class(
    TdxSideContainerDockSite
)

#Remarks

When a dock control is docked to the left or right edge of another control, a horizontal side container is created. It becomes the parent for the docked controls. In such a container, dock controls are arranged horizontally one after another. End-users can maximize a control by pressing the maximize button in its caption. Pressing the button again restores the previous size of the maximized control.

The image below shows an example of a horizontal side container containing three dock panels.

The next image shows the same container but with the Solution Explorer panel maximized.

If you need to provide default settings for such containers created at runtime as the result of docking operations, use the docking manager’s DefaultHorizContainerSiteProperties property. You can also initialize these containers by handling the OnCreateSideContainer event of the docking manager.

Please refer to the Side Container Sites topic for additional information about side containers.

See Also