CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Las Vegas
    Posts
    2

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

  2. #2
    Join Date
    Jul 2002
    Location
    Las Vegas
    Posts
    2

    Cool 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

  3. #3
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    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
  •  





Click Here to Expand Forum to Full Width

Featured