Hi,
Is it possible to add a user control to a tab, i.e. instead of the close button on the tab I want to have a spinning wheel to indicate that a tab is loading.
Thanks
Iain
Hello Iain,
In order to achieve this functionality, I recommend using a DrawFilter to render an image over the close button. I have attached a sample that demonstrates how you can implement a DrawFilter.
I am looking into whether it is possible to place a UserControl into a Tab Header. However, this may be complex, so I recommend using an image rather than a control.
Please let me know if you have any questions.
Thanks for that Mike, it worked a treat. If you could let me know if you manage to get a usercontrol in the header area that would be great.
Thanks again