Method MaximizeToolRightSideElementWidth
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
additionalIncfloatAn 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().