Table of Contents

Method MaximizeToolRightSideElementWidth

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MaximizeToolRightSideElementWidth(float)

Maximizes the width of the tool's right-side element to its maximum allowable value.

public virtual void MaximizeToolRightSideElementWidth(float additionalInc = 0)

Parameters

additionalInc float

An optional additional increment to add to the maximum width.

Remarks

This method adjusts the minimum width of the tool's right-side element to match its maximum width, ensuring the element occupies the largest possible space. The specific maximum width is determined by the implementation of GetMaxToolRightSideElementWidth().