G Glyn Meek Mar 4, 2005 #1 Is there a Listview control out on Opennetcf or somewhere that gives you control over font colors and attributes?
Is there a Listview control out on Opennetcf or somewhere that gives you control over font colors and attributes?
V Victor K Mar 4, 2005 #2 On OpenNETCF.Windows.Forms you can try: ListBoxEx and OwnerDrawnList ListBoxEx gives some option over the font and attributes of indiv items. Alternatively just take over the paint routines (where the source code comes in handy). - Victor K
On OpenNETCF.Windows.Forms you can try: ListBoxEx and OwnerDrawnList ListBoxEx gives some option over the font and attributes of indiv items. Alternatively just take over the paint routines (where the source code comes in handy). - Victor K