|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Frame control is gobbling up my ListboxI have a few frame controls on my form in my Windows Forms app. I have
a Listbox that stretches over a few of the frame controls but is invisible until the user click a button. The problem is, when I try to put the Listbox over the frames in the designer view, the Listbox becomes a member of one of the frames and shows only a tiny bit of the Listbox. Can I prevent the frame from taking the Listbox? On Mon, 31 Jul 2006 19:46:06 GMT, Kevin <kev***@cfl.rr.com> wrote:
>I have a few frame controls on my form in my Windows Forms app. I have Place a Panel Control 'in front of' the Frame Controls.>a Listbox that stretches over a few of the frame controls but is >invisible until the user click a button. The problem is, when I try to >put the Listbox over the frames in the designer view, the Listbox >becomes a member of one of the frames and shows only a tiny bit of the >Listbox. >Can I prevent the frame from taking the Listbox? Place a ListBox Control in the Panel Control. Set ListBox Dock Property to "Fill". Use the Panel Control's Visible property to show/hide the ListBox. Gene I"ll try it, thanks.
On Mon, 31 Jul 2006 14:37:33 -0700, gene kelley <o***@by.me> wrote: Show quoteHide quote >On Mon, 31 Jul 2006 19:46:06 GMT, Kevin <kev***@cfl.rr.com> wrote: > >>I have a few frame controls on my form in my Windows Forms app. I have >>a Listbox that stretches over a few of the frame controls but is >>invisible until the user click a button. The problem is, when I try to >>put the Listbox over the frames in the designer view, the Listbox >>becomes a member of one of the frames and shows only a tiny bit of the >>Listbox. >>Can I prevent the frame from taking the Listbox? > >Place a Panel Control 'in front of' the Frame Controls. >Place a ListBox Control in the Panel Control. >Set ListBox Dock Property to "Fill". >Use the Panel Control's Visible property to show/hide the ListBox. > > > >Gene
Auto Increment Version in VB 2005
Transparent backcolor Thread safe TextWriter question SqlDataAdapter Questions difference defaultdataview and a normal dataview? Problem with System.IO.File.Move and Catching Exceptions onRollBack event Creating ToolWindows with .NET in VBE Select node saving documents in sql2005 using vb.net |
|||||||||||||||||||||||