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

IdxRichEditTextBox.SetHeightRule(TdxRichEditTextBoxSizeRule) Method

Enables or disables the automatic height adjustment mode for the floating shape that hosts the text box.

#Declaration

Delphi
procedure SetHeightRule(const Value: TdxRichEditTextBoxSizeRule);

#Parameters

Name Type
Value TdxRichEditTextBoxSizeRule

#Remarks

Call this procedure to activate a floating text box’s sizing mode passed as the Value parameter. Calling the SetHeightRule procedure has no effect if the passed value matches the currently active sizing mode.

Refer to the TdxRichEditTextBoxSizeRule type description for detailed information on available floating text box sizing modes.

The SetHeightRule procedure is the HeightRule property’s setter.

See Also