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
Hello Sassan,
We are still following your forum thread.
Please feel free to let us know if you have any other questions on that matter, once you try the latest suggestion.
Thank you.
Hi Sassan,
Okay, but what is wrong with my first post and the following line:
this.ultraDockManager1.DefaultPaneSettings.AllowClose = Infragistics.Win.DefaultableBoolean.True; ?
I have tried this and it is providing a small close button for the top-right section of the pane's caption.
Hi Boris,
i think we are targetting different goals.
I am using the ultradockmanager and my question is about how to realize a behaviour like Georgie has shown me for the ultratabcontrol for the ultradockmanager. So how can i achieve a tab close button within the tab area of the ultradockmanager?
---
Ahmad,
my question targets the ultradockmanager not the ultratabcontrol.
Hi Sassan Torabi-Goudar
I Show the cross button in tab in ultratabcontrol when you selected
Me.UltraTabControl1.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab
Me.UltraTabControl1.TabCloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.WhenSelected
I hope That Will Be Helpful to you
if you need more help ask freely on below link
http://ahmadkhalid44.blogspot.com/
Regards:
Ahmad Khalid
Software Engineer
There should be some way to achieve something like this with CreationFilter for sure. I am not sure what you want now - you want a close button on the UltraTabControl's tab page, but you do not want it on the caption with the built-in functionality. From what I can see looking at your screenshot, the close button is exactly in the caption area - am I missing something?