Tab Spacing .NET CF

  • Thread starter Thread starter Sam Utley
  • Start date Start date
S

Sam Utley

I'm trying to line up text in columns inside a textbox. However the
default chr(9) is way too big to be usefull on a PocketPC screen. How
can I change the tabstops to something smaller?

What I want to do:
1 2 3 4
5 6 7 8
9 10 11 12
 
Since CF dialogs do not support tabstops anyway you would be better off
using a listview instead
 
Back
Top