CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: List View

  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    List View

    1. How can i change the font of specific cell in a list view
    2. How do I "Select All" items in a list view in one shot.
    3. I wa

  2. #2

    Re: List View

    Unfortunately the Font Property is for an font object and not for a cell in a list view, we are working for a solution for that we will get back to u

    for the other 2 questions set the multiselect property of the list view to "Extended"

    once u set the multiselect property to "Extended" u will get the result for questions 2 or 3

    please get back to [email protected] or [email protected] for further clarifications


    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147

  3. #3
    Guest

    Re: List View

    There is no "Extanded" in the multiselect properties of the listview.



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