Toolbar.Height gives 0 ?

I’m using a toolbar crossplaform but the results seem to be off.

The windows toolbar.height reports 0 and some controls draw over if i use code to place controls manually.
Does anyone know the actual height of a Windows toolbar ?

I suspect that mac and linux will use different values

I’m curious about this. The Toolbar should adjust the content area, so placing a control with .Top should be relative to the bottom of the toolbar / top of the content area being .Top = 0
What kind of positioning problem are you seeing?