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

TdxLayoutSplitterItem.OnCanResize Event

In This Article

Enables you to restrict a user’s capability to drag the splitter item to resize its associated layout element.

#Declaration

Delphi
property OnCanResize: TdxLayoutItemCanResizeEvent read; write;

#Remarks

This event occurs before a drag operation changes the splitter item’s position. You can handle this event to snap the splitter to a specific position or forbid users to drag the splitter.

Refer to the TdxLayoutItemCanResizeEvent procedural type description for detailed information on all parameters accessible within an OnCanResize event handler.

Note

The OnCanResize event does not occur when the splitter item expands or collapses.

See Also