Ask a Question related to ASP.NET General, Design and Development.
-
Alessandro #1
List Box and different color
There is a way to give different color to listitems of a ListBox ?
Alessandro Guest
-
problem with user color and people list component
:confused; I trying to create a simple chat room. I am using flash components with the simple connection component. When I publish the file the... -
Color PDFs Print as Black & White (grayscale) color inkjets In AcroPro 6 Mac
I am trying to print color pdf's created from a variety of sources (Quark, InDesign, Word, etc...) to my Canon inkjets (i9100 and i450) from Acrobat... -
Creating a Custom Color Property list
Basically I can't figure out for the life of me how to display a custom list of colors in the property window. I have a property called ForeColor()... -
- Rendering a multi-color logo outline to a single spot color (of different shades)
I have a question similar to the original poster, but with a twist. I have a logo in an AI file. All outlines. It has multiple colors (stroke and... -
changing text color of list component
Does anyone know how to change the text color of individual elements in a list component. I know I can use setStyle to change all the text colors... -
Teemu Keiski #2
Re: List Box and different color
Yes, it is, but needs a bit work as basically it would need to be done so
that every ListItem in the ListBox has custom style attributes. Those
attributes are then rendered at the HTML. Only problem is that this works by
default only in HtmlSelect control.
See:
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;309338[/url]
So if you absolutely need ListBox, you would need to rewrite some
implementation for the control.
--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
Email:
[email]joteke@aspalliance.com[/email]
"Alessandro" <gemini_two@hotmail.com> kirjoitti viestissä
news:eNohrkhQDHA.2320@TK2MSFTNGP12.phx.gbl...> There is a way to give different color to listitems of a ListBox ?
>
>
Teemu Keiski Guest



Reply With Quote

