TInspectorBar 1.12.2.3

I tried the demo project:
\TMS VCL UI Pack\Demos\InspectorBar\InspectorBarCustomEditorsDemo.dpr

SnagitEditor 2023-03-26 19.35.10

Is the Divider Line between the Key column and the Values column moveable with the mouse, like in the IDE ObjectInspector? I've found only a Panel CaptionWidth value to set numerically.

UPDATE:

  1. I've found the Panel property "AllowResize" which makes the Divider Line moveable. However, the Divider Line can be moved only VERY SLOWLY - otherwise it stops moving! Is this a bug?
  2. The Name/Value captions are vertically aligned on the top, which looks ugly:

image

Isn't it possible to make them vertically center-aligned?

  1. In the IDE ObjectInspector, clicking on a property name automatically selects the Value. Is it possible to make this automatic, too, in TInspectorBar?

I cannot see

  1. issue with speed of resizing
  2. text is center aligned

If a problem persists, please provide sufficient details to allow to reproduce
inspectorbar

Sorry, I just made a screenshot from the TMS demo project. When I create a new instance of TInspectorBar in my application project, the issues described are absent.

In this demo, Panel.WordWrap = true. Wordwrapped text is always drawn top-aligned.
Set WordWrap = false and it will be centered.

In this demo, I could not see a column resize issue.