Problem with the scrollbar of the TInspectorBar

Hi,

I recently purchased some TMS components and really like the look and feel of it. However I recently ran into a problem with the TInspectorBar. The setup is as follows:

The inspector bar has a few panels assigned and the mode is set to imMultiPanelActive. During runtime I am experiencing the following odd behaviour:
When the height of the panels exceed the height f the inspector panel - e.g. when opening the panels or resizing the form - The vertical scrollbar won't be displayed correctly when the mouse is moving OVER it. What happens is that visuals of other controls are been copied into the scrollbar. However if the mouse is not moving or if the scrollbar controls are being used (drag, mousedown,etc) everything shows up normal.

I also discovered that the scrollbar is displayed correctly if I only open one additional panel. ie. If at the beginning the panelheight are not exceeding the barheight and hence the scrollbar doesn't show and I open just ONE additional panel, everything is working fine. However as soon as another panel is expanded the above painting problem occurs.

I hope you can help me with this,
Cheers,
Otmar

Please try to set:

  InspectorBar.DoubleBuffered := false;

Hi Bruno,
I tried that and it appears as if it works for simple TInspectorBars - the flickering of the scrollbars is gone. However now the content  of the panels looks a bit ugly during scrolling. In particular the panels that have additional controls assigned to it (some inspectorBar panels contain panels with listviews, buttons etc.) Is there another way?

Please
provide ( mailto support@tmssoftware.com)
a ready to run project that demonstrates the issue so the responsible developer
can investigate this further.

done. I hope to hear from you guys soon :)

was this ever resolved?

I checked this and I cannot find any more open support items on TInspectorBar.