Hi...
I am working with the Web progress bar control on 2010 Vol. 3. I want to change the appearance from the current color (some shade of blue) to the classic fluorescent green with steps...(windows 95 style) Is there a way to achieve this in code ?
thanks.
Hello Delzad,
Thank you for your post. I would suggest have a look at our predefined set of themes that we provide on the following link:
http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebProgressBar/WebProgressBarStyles.aspx~srcview.aspx?path=~srcview.aspx?path=WebProgressBar/WebProgressBarStyles.src
If you want to achieve a custom look you could do that as you modify the styles of the WebProgress bar according to your requirements. In the website that you deploy the Progressbar you should see folder called ig_res. If you open it you will see all styles applied. Feel free to modify them as you wish.
Hope that helps.