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
Sassan,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Hello Sassan,
You could set the 'AllowClose' property of the pane's settings to 'True' in order to achieve that. Here is an example:
this.ultraDockManager1.DefaultPaneSettings.AllowClose = Infragistics.Win.DefaultableBoolean.True;
Please feel free to let me know if I misunderstood you or if you have any other questions, I will be glad to assist you!
my fault.
My question targets the behaviour of the UltraDockManager - Tab-Control, not the UltraTabControl.
Here is the sample
If I udnerstand well your requirements, you could solve this task using different approaches. I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.
Regards