i Trying to display a Button Just above a Tab Container.Like this
To Achieve this i need to do like this. Correct me when i am wrong.
There are two possible solution for this
Set the Absolute positioning for Button so i fit just above the Tab Container.
For Tab Container
Add CSS for Header Template so it invisible,
Calculate Width of Client Screen.
Stretch the Header Width till First visible Tab
Set Content Template Visible false.
And Align Button to Left
but so far i am not succeeded in any of one.