how to Right Align the ListBox items ?

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

hi

im searching alot for solution of : how to Right Align the ListBox items ?

im using vs.net 2005, NCF 2.0 sp1.

thanking in advance.
 
The control doesn't support it so you would have to do an owner-drawn list
and manually place each item.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top