CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Beginner Question

    I have a User Control and inside it i have a List View . I want that the list view will have the same size of the User Control
    If i do
    ListView.Height=Me.Height i got an error
    please help me!



  2. #2
    Guest

    Re: Beginner Question

    Instead of me use UserControl


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