Detect clicking the tab host header

Ricky D

Well-Known Member
Licensed User
Longtime User
I have setup a tab host and I have swiping working just fine.

I am using the tabchanged event to do what I want which is to make sure focus isn't on an editable view on each panel.

The problem I have is I can't detect when the tab host header gets clicked.

I've tried tabhost_click but it doesn't work.

Any ideas anyone?

regards, Ricky
 

Ricky D

Well-Known Member
Licensed User
Longtime User
I created a workaround where I put buttons over the tabheader tabs and process their click events appropriately.

Kludgy but it works

regards, Ricky
 
Upvote 0
Top