TAdvPageControl close button

Hello,

I add a TAdvPageControl in my frame with one TAdvTabSheet inside. When property "ShowClose" is on TRUE for my TabSheet the close button appears next to my TabSheet name.

But when i check the "TabBorder3D" on my PageControl the same close button disapear.

image image

Is it a normal behavior ? Are these two properties not compatible ? If not how can i get my button back ?

Thx.

VCL UI Pack v.13.0.1.0

TabBorder3D = true selects the default underlying VCL TPageControl tab drawing and not the custom drawing done otherwise by default. With the VCL drawing, no close checkbox is possible on the tab.