Method LayoutManager():recompute() Foundation

Recomputes the layout.

Syntax
:recompute() -> lSuccess
Return

The method returns a logical value indicating success (.T.) or failure (.F.) of the operation.

Description

The method :recompute() recomputes the owner's child arrangement. This method resets the internal state information as well as the positions and dimensions of the childs to recreate the initial arrangement.

The implementation of :recompute() in the LayoutManager class simply calls the :resize()method. :recompute() is provided here for overloading in customized layout managers derived from the LayoutManager class.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.