Listview control

  • Thread starter Thread starter Glyn Meek
  • Start date Start date
G

Glyn Meek

Is there a Listview control out on Opennetcf or somewhere that gives you
control over font colors and attributes?
 
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
 
Back
Top