Library Vcl NextSuite 6 NextInspector6 Reference Classes TNxInspectorNode6 BestFit

BestFit

Fit height to content (measuring Caption, Value or both) of node.

pas
procedure BestFit(Entities: TNxInspectorNodeEntity = [etCaption, etValue]); virtual;

Example

pas
NextInspector61.SelectedNode.BestFit([etCaption]);

Sign in