CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2005
    Posts
    76

    possible to make a border arround item in listview

    possible to make a border on item in listview?

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: possible to make a border arround item in listview

    Almost anything is possible, the question is is it worth the trouble or is there perhaps another control that would better suit your needs.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jan 2005
    Posts
    76

    Re: possible to make a border arround item in listview

    Quote Originally Posted by DataMiser View Post
    Almost anything is possible, the question is is it worth the trouble or is there perhaps another control that would better suit your needs.
    hI!
    In effect i need to mark in any way the item with the mouse move event.
    other way is welcome!

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: possible to make a border arround item in listview

    Good luck with that. Pretty sure the listview was never intended to work that way.
    Flex grid on the other hand is pretty flexible.
    Always use [code][/code] tags when posting code.

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