Hi,
my question is if there's currently a chance to show an close-button [x] within the tab-area like illustrated on the image below.
If only found a setting to display the close-button within the caption area - but i wan't a look & feel of such a tab like in current internet-browsers like Firefox / IE ...
Kind regards,
Sassan
Hi Boris,
so there is no comfortable way to achieve a behaviour like illustrated in the first posts within this thread?
I mean if i create buttons and place them within the application by myself i get problems with longer tab texts, positioning and so on.
Whats the point of the CreationFilter? There is a way to build my destinated functionality with using that filter?
Sassan,
The option I gave you is a built-in functionality, another approach would be to use CreationFilter but I do not see the point in this, since you could just create a new instance of the 'UltraButton' class and place it wherever you want, doing whatever you would like it to.
i've implemented your code. The problem is - that if i observed the changes correctly - the close buttons appears within the caption area. Is there a way to display it within the tab area? I am using some algorithm to have a visual behaviour like a tab control with some features of the dockmanager control (i.e. undock / slide - mechanism). So i am hiding the caption area of 'my' dockmanager control.
Please take your time, I will be waiting for your feedback.
i was busy in the past days.
Will check if it works today and then reply if it solved my issue or not.