I'm building my first application
I put listview and treeview controls on the phone but the font is too
big
is there any way to make the font smaller?

Re: How to change font size in the and listview controls by Daniel

Daniel
Wed Nov 23 15:41:28 CST 2005

Does the Font property not work?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassfonttopic.asp

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

"okaminer" <okaminer1@yahoo.com> wrote in message
news:1132765742.368559.279090@g44g2000cwa.googlegroups.com...
> I'm building my first application
> I put listview and treeview controls on the phone but the font is too
> big
> is there any way to make the font smaller?
>



Re: How to change font size in the and listview controls by okaminer

okaminer
Thu Nov 24 10:06:58 CST 2005

The font property is read only


Re: How to change font size in the and listview controls by Fabien

Fabien
Sun Nov 27 12:33:11 CST 2005

Hi,

Try this, me it works fine :

myListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F,
System.Drawing.FontStyle.Regular);

Best regards.

Fabien Decret


"okaminer" <okaminer1@yahoo.com> a écrit dans le message de news:
1132848418.927325.6910@g43g2000cwa.googlegroups.com...
> The font property is read only
>