|
-
July 22nd, 2002, 03:51 PM
#1
Setting Tab Stops Within a ListBox
Hey, I converted a code from VC++ to VC-Sharp (which is new to me) and I having problems figuring out how to set the tab stops within a ListBox.
I have several numerical values I am trying to put into a string, with each number separated by a tab (\t). I need to be able to set the distance for each tab so that I can line data up with labels above the ListBox. In C++, this was accomplished with the ListBox.SetTabStops() command for the ListBox. However, I cannot find this property in C#.
Help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|