AdvNavBar section height

Hello,

It's possible to change height of section button in AdvNavBar?

Thank you

This isn't exposed as a property. You could descend from TAdvNavBar and set the protected property CaptionTabHeight to a higher value or expose this protected property in a descending class as public property to set it to a different value.