From jwcolby at colbyconsulting.com Fri Aug 20 08:00:12 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 09:00:12 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: <4C6E7C5C.6090504@colbyconsulting.com> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From Gustav at cactus.dk Fri Aug 20 08:46:32 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 15:46:32 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Is your grid docked at Left and Bottom? Sounds like it is just positioned. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From jwcolby at colbyconsulting.com Fri Aug 20 09:03:15 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:03:15 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: References: Message-ID: <4C6E8B23.6080805@colbyconsulting.com> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? > From Gustav at cactus.dk Fri Aug 20 09:19:20 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 16:19:20 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Not that I know of. For such purposes I use one or more containers (Panel or SplitContainer) and move the grid(s) inside this/these. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 16:03 >>> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? From jwcolby at colbyconsulting.com Fri Aug 20 09:19:55 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:19:55 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: <4C6E8B23.6080805@colbyconsulting.com> References: <4C6E8B23.6080805@colbyconsulting.com> Message-ID: <4C6E8F0B.7000405@colbyconsulting.com> Never mind, I think I found it. The Locked property. John W. Colby www.ColbyConsulting.com jwcolby wrote: > It is not docked. Here's the deal. > > I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view > displaying details of the top grid. Both grids are just floating. I discovered that I can dock the > bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but > when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. > > I can't doc it to the top because there are controls (on the tab) above the top grid. > > Is there no property to just tell the grid control to lock the size and position that is currently is? > > John W. Colby > www.ColbyConsulting.com > > > Gustav Brock wrote: >> Hi John >> >> Is your grid docked at Left and Bottom? Sounds like it is just positioned. >> >> /gustav >> >> >>>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> >> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved >> around. I want it locked in place. What am I missing? >> > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From jwcolby at colbyconsulting.com Fri Aug 20 08:00:12 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 09:00:12 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: <4C6E7C5C.6090504@colbyconsulting.com> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From Gustav at cactus.dk Fri Aug 20 08:46:32 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 15:46:32 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Is your grid docked at Left and Bottom? Sounds like it is just positioned. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From jwcolby at colbyconsulting.com Fri Aug 20 09:03:15 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:03:15 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: References: Message-ID: <4C6E8B23.6080805@colbyconsulting.com> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? > From Gustav at cactus.dk Fri Aug 20 09:19:20 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 16:19:20 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Not that I know of. For such purposes I use one or more containers (Panel or SplitContainer) and move the grid(s) inside this/these. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 16:03 >>> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? From jwcolby at colbyconsulting.com Fri Aug 20 09:19:55 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:19:55 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: <4C6E8B23.6080805@colbyconsulting.com> References: <4C6E8B23.6080805@colbyconsulting.com> Message-ID: <4C6E8F0B.7000405@colbyconsulting.com> Never mind, I think I found it. The Locked property. John W. Colby www.ColbyConsulting.com jwcolby wrote: > It is not docked. Here's the deal. > > I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view > displaying details of the top grid. Both grids are just floating. I discovered that I can dock the > bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but > when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. > > I can't doc it to the top because there are controls (on the tab) above the top grid. > > Is there no property to just tell the grid control to lock the size and position that is currently is? > > John W. Colby > www.ColbyConsulting.com > > > Gustav Brock wrote: >> Hi John >> >> Is your grid docked at Left and Bottom? Sounds like it is just positioned. >> >> /gustav >> >> >>>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> >> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved >> around. I want it locked in place. What am I missing? >> > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From jwcolby at colbyconsulting.com Fri Aug 20 08:00:12 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 09:00:12 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: <4C6E7C5C.6090504@colbyconsulting.com> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From Gustav at cactus.dk Fri Aug 20 08:46:32 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 15:46:32 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Is your grid docked at Left and Bottom? Sounds like it is just positioned. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From jwcolby at colbyconsulting.com Fri Aug 20 09:03:15 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:03:15 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: References: Message-ID: <4C6E8B23.6080805@colbyconsulting.com> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? > From Gustav at cactus.dk Fri Aug 20 09:19:20 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 16:19:20 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Not that I know of. For such purposes I use one or more containers (Panel or SplitContainer) and move the grid(s) inside this/these. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 16:03 >>> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? From jwcolby at colbyconsulting.com Fri Aug 20 09:19:55 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:19:55 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: <4C6E8B23.6080805@colbyconsulting.com> References: <4C6E8B23.6080805@colbyconsulting.com> Message-ID: <4C6E8F0B.7000405@colbyconsulting.com> Never mind, I think I found it. The Locked property. John W. Colby www.ColbyConsulting.com jwcolby wrote: > It is not docked. Here's the deal. > > I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view > displaying details of the top grid. Both grids are just floating. I discovered that I can dock the > bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but > when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. > > I can't doc it to the top because there are controls (on the tab) above the top grid. > > Is there no property to just tell the grid control to lock the size and position that is currently is? > > John W. Colby > www.ColbyConsulting.com > > > Gustav Brock wrote: >> Hi John >> >> Is your grid docked at Left and Bottom? Sounds like it is just positioned. >> >> /gustav >> >> >>>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> >> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved >> around. I want it locked in place. What am I missing? >> > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > From jwcolby at colbyconsulting.com Fri Aug 20 08:00:12 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 09:00:12 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: <4C6E7C5C.6090504@colbyconsulting.com> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From Gustav at cactus.dk Fri Aug 20 08:46:32 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 15:46:32 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Is your grid docked at Left and Bottom? Sounds like it is just positioned. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved around. I want it locked in place. What am I missing? -- John W. Colby www.ColbyConsulting.com From jwcolby at colbyconsulting.com Fri Aug 20 09:03:15 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:03:15 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: References: Message-ID: <4C6E8B23.6080805@colbyconsulting.com> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? > From Gustav at cactus.dk Fri Aug 20 09:19:20 2010 From: Gustav at cactus.dk (Gustav Brock) Date: Fri, 20 Aug 2010 16:19:20 +0200 Subject: [dba-VB] Visual Studion 2008: locking grid control position Message-ID: Hi John Not that I know of. For such purposes I use one or more containers (Panel or SplitContainer) and move the grid(s) inside this/these. /gustav >>> jwcolby at colbyconsulting.com 20-08-2010 16:03 >>> It is not docked. Here's the deal. I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view displaying details of the top grid. Both grids are just floating. I discovered that I can dock the bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. I can't doc it to the top because there are controls (on the tab) above the top grid. Is there no property to just tell the grid control to lock the size and position that is currently is? John W. Colby www.ColbyConsulting.com Gustav Brock wrote: > Hi John > > Is your grid docked at Left and Bottom? Sounds like it is just positioned. > > /gustav > > >>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> > I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved > around. I want it locked in place. What am I missing? From jwcolby at colbyconsulting.com Fri Aug 20 09:19:55 2010 From: jwcolby at colbyconsulting.com (jwcolby) Date: Fri, 20 Aug 2010 10:19:55 -0400 Subject: [dba-VB] Visual Studion 2008: locking grid control position In-Reply-To: <4C6E8B23.6080805@colbyconsulting.com> References: <4C6E8B23.6080805@colbyconsulting.com> Message-ID: <4C6E8F0B.7000405@colbyconsulting.com> Never mind, I think I found it. The Locked property. John W. Colby www.ColbyConsulting.com jwcolby wrote: > It is not docked. Here's the deal. > > I have two grids on a tab on a form. The top grid is the master, the bottom grid is a detail view > displaying details of the top grid. Both grids are just floating. I discovered that I can dock the > bottom grid to the bottom and that seems to work. The top grid needs to be docked to the side, but > when I do that it expands to fill the entire tab. I don't want it to expand, it is the size I want it. > > I can't doc it to the top because there are controls (on the tab) above the top grid. > > Is there no property to just tell the grid control to lock the size and position that is currently is? > > John W. Colby > www.ColbyConsulting.com > > > Gustav Brock wrote: >> Hi John >> >> Is your grid docked at Left and Bottom? Sounds like it is just positioned. >> >> /gustav >> >> >>>>> jwcolby at colbyconsulting.com 20-08-2010 15:00 >>> >> I have a grid on a form. I just discovered that the bottom and left sizes can be grabbed and moved >> around. I want it locked in place. What am I missing? >> > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > >