TInspectorBar, ptText

Hello,

TInspectorBar version 1.12.0.1

I have a ptText item and I would like to make the height larger than than the other items no the panel. The height property does not alter the height.

Is it possible?

Thanks,

Mark

For a panel in psProperties style, the height of items is controlled at Panel level with the property Panel.ItemHeight

Thanks for the reply.
Right no setting for individual items, all items are the same height.

mnBar.Panels[0].Items[0].Height

When is the above property used?

To use this, set Panel.VariableItemHeight = true

Thank you.