|
-
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?
-
July 24th, 2002, 02:50 PM
#2
Setting Tab Stops - website
I found my answer. There is a walkthrough at the following link that gives the steps to set the tab stops:
http://support.microsoft.com/default...;en-us;Q318601
-
July 25th, 2002, 02:25 AM
#3
Glad I could 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
|