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

Threaded View

  1. #1
    Join Date
    Apr 2003
    Location
    Concordia sulla Secchia (MO) Italy
    Posts
    202

    Listview: i need to mantain always highlighted a selection

    I have a listView Control. I have assigned the full row selected propreties.
    What i need is that when the ListView Lost Focus, the selected Item must remain visible for my users.

    I C++ i need only to select the AlwaysShowSelection propreties to do this.

    how could i do the same in C#?
    Last edited by barbiomalefico; March 4th, 2004 at 09:42 AM.
    Rudy Barbieri

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