Hello,
I have a friend who managed to display a colored line below the text of a tab with ASP.NET Controls.
Like this :
I would like if is possible to reproduce this case with Infragistics Components 9.2.
Maybe with drawfilter ? Or ?
Yhanks a lot
You might be able to do this with a draw filter. If you have never used a draw filter before, the following help article gives a brief overview:http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/Win_Draw_Filter.html
The other way you can do this is by using an image with the text and underline together. Then you can just display that image in the tab item.