Click to See Complete Forum and Search --> : Setting Tab Stops Within a ListBox


BradInLV
July 22nd, 2002, 03:51 PM
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?

BradInLV
July 24th, 2002, 02:50 PM
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.aspx?scid=kb;en-us;Q318601

Arild Fines
July 25th, 2002, 02:25 AM
Glad I could help :p