TAdvSmoothTabPager drag and drop on a tab issue?

Using D12.3 and latest TMS controls for VCL.

I need to switch from a TADVPageContol to TAdvSmoothTabPager to get more of the available visuals requested.

I have mostly everything working. The only place I am stuck is drag and drop support.
I can’t get my existing code to work.

On the TAdvSmoothTabPager, onDragOver event, I can set the ACCEPT to true. No other conditions.

And/or

I can set on each TAdvSmoothTabPage, onDragOver event, again, just set ACCEPT to true.

When I drag over top , my event triggers. Accept is true in either case.

But I get the crossed out circle, as if Accept was set to false.

Not sure what I am missing here. Or if this is a bug?

Hi,

Right now there is no drag & drop support in TAdvSmoothTabPager. It involves calling BeginDrag and tab detection. We’ll add this feature on our todolist.

Ok thanks.