Results 1 to 5 of 5

Thread: Getting datagrid controls to resize automatically

Hybrid View

  1. #1
    Addicted Member
    Join Date
    Mar 2006
    Posts
    235

    Re: Getting datagrid controls to resize automatically

    On the form resize

    VB Code:
    1. dgvResults.Size = New Size(Me.Width, Me.Height)

  2. #2

    Thread Starter
    Hyperactive Member r0k3t's Avatar
    Join Date
    Dec 2005
    Location
    Cleveland
    Posts
    361

    Re: Getting datagrid controls to resize automatically

    Ahh, thanks much all, anchors are the trick!!!

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