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?
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?