Hi,

ForeColor property of each SmartListItem inside a SmartList control is
not working. This did not work in SDF 1.4 and now neither in SDF 2.0
Beta1.

Have you planned to add this functionality or am I doing something
wrong?

Thanks in advance.

RE: ForeColor of SmartList items by a

a
Tue Mar 28 14:10:03 CST 2006

When an item is added to the SmartList it get's the parent's forecolor, so if
you want to an item to have a custom forecolor, yuu can change it after an
item's been added to the items collection.


--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org


"Lonifasiko" wrote:

> Hi,
>
> ForeColor property of each SmartListItem inside a SmartList control is
> not working. This did not work in SDF 1.4 and now neither in SDF 2.0
> Beta1.
>
> Have you planned to add this functionality or am I doing something
> wrong?
>
> Thanks in advance.
>
>

Re: ForeColor of SmartList items by Lonifasiko

Lonifasiko
Wed Mar 29 04:56:08 CST 2006

That little "trick" made it Alex!

Thanks very much.