Jin Kim wrote:
> Hi all,
> Is there any way to resize my font in a Listview without
> changing the column header size? Currently when I change
> the font size the column header resizes as well. I am
> using Compact Framework with C#.
>
> Thanks in advance.
I think you said the "Detail" mode, right?
You can set the font of each individial ListViewItem. The ListViewItem
has its own font property.
You can even set different ListViewItems have different font size.
If you set in designer of VS, set the font of the itme in items collection.
If you set in program code, set the Font property of each ListViewItem.
--
Jacky Kwok
(E-Mail Removed)
(E-Mail Removed)