Resize controls when screen is resized

My experience is that the grid will resize itself to the edge of the sheet, only holding the top and left location.  Even though I set the size to be smaller so that I can have other controls below or to the right of the grid, the form will increase the size of the grid to reach to the right and bottom edges of the form. Thus covering up controls that I have place below or to the right of the grid.  So if you don’t place any controls to the right or below the grid then there is no problem. 

 

The code below is what I added to my customization to be able to control the resizing of the grid.  In the example I have two grids that I monitor to resize.  Each grid is on a separate sheet and both have a label control below them.  This may have been a snippet of code from the group.  I am not sure.

 

I hope this help more than confuses.

 

 

                the formload function

                {

                                UD01Form.Width = 930;

                                UD01Form.Height = 656;

                                ((System.Windows.Forms.Form)UD01Form).MinimumSize = new System.Drawing.Size(592, 523);

 

                                ValidateGridSize(ref ugdSalesData, true);

                                ValidateGridSize(ref ugdStockData, false);

                }

 

                private void ValidateGridSize(ref Epicor.Mfg.UI.FrameWork.EpiUltraGrid myGrid, bool bSalesGrid)

                {

                                int nWidth = myGrid.FindForm().Width;

                                int nHeight = myGrid.FindForm().Height;

               

                                myGrid.Width = (nWidth - 50);

 

                                myGrid.Height = (nHeight - 266);

               

                                if(bSalesGrid == true)

                                                lblSalesRecordCnt.Top = myGrid.Location.Y + myGrid.Height + 5;

                                else

                                                lblStockRecordCnt.Top = myGrid.Location.Y + myGrid.Height + 5;

               

                                myGrid.Anchor = AnchorStyles.Bottom | AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;

               

                }

 

                private void ugdSalesData_Resize(object sender, System.EventArgs args)

                {

                                // ** Place Event Handling Code Here **

                                ValidateGridSize(ref ugdSalesData, true);

                                ValidateGridSize(ref ugdStockData, false);

                }

 

                private void ugdStockData_Resize(object sender, System.EventArgs args)

                {

                                // ** Place Event Handling Code Here **

                                ValidateGridSize(ref ugdSalesData, true);

                                ValidateGridSize(ref ugdStockData, false);

                }

/***********************************************/

//Here is another example of resizing two grids on the same sheet

 

                private void ValidateGridSize()

                {

                                int nWidth = ugdBOMGrid.FindForm().Width;

                                int nHeight = ugdBOMGrid.FindForm().Height;

                                int nCriteriaAreaPlusFooting = 250 + 25;

                                int nSpaceBtwnGrids = 5;

 

                                ugdBOMGrid.Width = (nWidth - 50);

                                ugdBOMGrid.Height = (int)((nHeight - nCriteriaAreaPlusFooting) * 0.6);

               

                                ugdTimePhase.Left = ugdBOMGrid.Left;

                                ugdTimePhase.Top = ugdBOMGrid.Top + ugdBOMGrid.Height + nSpaceBtwnGrids;

                                ugdTimePhase.Width = ugdBOMGrid.Width;

                                ugdTimePhase.Height = (int)((nHeight - nCriteriaAreaPlusFooting) * 0.4);

               

               

                                btnShowSize.Left = ugdBOMGrid.Left;

                                btnShowSize.Top = ugdTimePhase.Top + ugdTimePhase.Height + nSpaceBtwnGrids;

                                ugdBOMGrid.Anchor = AnchorStyles.Bottom | AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;

                                bGridSizeSet = true;

               

                                }

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Joe Rojas
Sent: Thursday, January 30, 2014 10:42 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Resize controls when screen is resized

 

 

Perfect Steven!
It was the anchor property and it works as described.





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:79f99a.png@94b71ed7.4ea88641]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.


From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Steven Gotschall
Sent: Thursday, January 30, 2014 1:20 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Resize controls when screen is resized


I don't have it in front of me, but when viewing the properties of the grid, at the top should be a square with a top, bottom, left, and right arrow. Click on it and make sure all four arrows are selected. This set the controls anchor points, and with all 4 set it will re-size with the window.

Steven G.

On Thursday, January 30, 2014 12:15 PM, Joe Rojas <jrojas@...> wrote:

Hello,

I added a new sheet to Order Tracker that will contain a grid.
While designing the customization, I will size the grid to take up the entire width of the sheet.
What I’m looking for is how to resize the grid if the Order Tracker is resized (maximized, restored, manually resized).

Has anyone done this before? If yes, could you explain or share a code snippet?

Thanks All!





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:b2c7ba.png@f29e21f7.418b89b8]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]

------------------------------------------------------------------------------------------------------------------------ CONFIDENTIALITY NOTICE: The data attached/enclosed may contain information (including technology and technical data) which is subject to the U.S. International Traffic in Arms Regulations (ITAR) or Export Administration Regulations (EAR). This information may not be exported, released, or disclosed to foreign persons either inside or outside the United States without first obtaining the proper U.S. export license or written authorization. In addition, the information and articles described herein are either patented or proprietary, and the copying or reproduction thereof is prohibited without ADVANCED Motion Controls prior written consent. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Thank you for your compliance. X3BTB534
Hello,

I added a new sheet to Order Tracker that will contain a grid.
While designing the customization, I will size the grid to take up the entire width of the sheet.
What I’m looking for is how to resize the grid if the Order Tracker is resized (maximized, restored, manually resized).

Has anyone done this before? If yes, could you explain or share a code snippet?

Thanks All!





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:b2c7ba.png@f29e21f7.418b89b8]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.




[Non-text portions of this message have been removed]
I don't have it in front of me, but when viewing the properties of the grid, at the top should be a square with a top, bottom, left, and right arrow.  Click on it and make sure all four arrows are selected.  This set the controls anchor points, and with all 4 set it will re-size with the window.

Steven G.


On Thursday, January 30, 2014 12:15 PM, Joe Rojas <jrojas@...> wrote:
 
<div id="ygrps-yiv-850553678yiv9583446329ygrp-text">
  
  
  <div>Hello,


I added a new sheet to Order Tracker that will contain a grid.
While designing the customization, I will size the grid to take up the entire width of the sheet.
What I’m looking for is how to resize the grid if the Order Tracker is resized (maximized, restored, manually resized).

Has anyone done this before? If yes, could you explain or share a code snippet?

Thanks All!





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:b2c7ba.png@f29e21f7.418b89b8]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]

</div>
 


<div style="color:#fff;height:0;"></div></div>
#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329 -- #ygrps-yiv-850553678yiv9583446329ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp #ygrps-yiv-850553678yiv9583446329hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp #ygrps-yiv-850553678yiv9583446329ads {
margin-bottom:10px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp .ygrps-yiv-850553678yiv9583446329ad {
padding:0 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp .ygrps-yiv-850553678yiv9583446329ad p {
margin:0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mkp .ygrps-yiv-850553678yiv9583446329ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ygrp-lc {
font-family:Arial;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ygrp-lc #ygrps-yiv-850553678yiv9583446329hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ygrp-lc .ygrps-yiv-850553678yiv9583446329ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity span {
font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity span span {
color:#ff7900;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329activity span .ygrps-yiv-850553678yiv9583446329underline {
text-decoration:underline;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329attach div a {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329attach img {
border:none;padding-right:5px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329attach label a {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329bold a {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 dd.ygrps-yiv-850553678yiv9583446329last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 dd.ygrps-yiv-850553678yiv9583446329last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 dd.ygrps-yiv-850553678yiv9583446329last p span.ygrps-yiv-850553678yiv9583446329yshortcuts {
margin-right:0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329attach-table div div a {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329attach-table {
width:400px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329file-title a, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329file-title a:active, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329file-title a:hover, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329file-title a:visited {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329photo-title a, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329photo-title a:active, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329photo-title a:hover, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div.ygrps-yiv-850553678yiv9583446329photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 div#ygrps-yiv-850553678yiv9583446329ygrp-mlmsg #ygrps-yiv-850553678yiv9583446329ygrp-msg p a span.ygrps-yiv-850553678yiv9583446329yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329green {
color:#628c2a;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 o {
font-size:0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329photos div {
float:left;width:72px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329reco-category {
font-size:77%;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329reco-desc {
font-size:77%;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 .ygrps-yiv-850553678yiv9583446329replbq {
margin:4px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg select, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 input, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg pre, #ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 code {
font:115% monospace;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-mlmsg #ygrps-yiv-850553678yiv9583446329logo {
padding-bottom:10px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-msg p#ygrps-yiv-850553678yiv9583446329attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-reco #ygrps-yiv-850553678yiv9583446329reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-sponsor #ygrps-yiv-850553678yiv9583446329ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-text {
font-family:Georgia;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-text tt {
font-size:120%;}

#ygrps-yiv-850553678 #ygrps-yiv-850553678yiv9583446329 #ygrps-yiv-850553678yiv9583446329ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-850553678



Perfect Steven!
It was the anchor property and it works as described.





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:79f99a.png@94b71ed7.4ea88641]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.


From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Steven Gotschall
Sent: Thursday, January 30, 2014 1:20 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Resize controls when screen is resized


I don't have it in front of me, but when viewing the properties of the grid, at the top should be a square with a top, bottom, left, and right arrow. Click on it and make sure all four arrows are selected. This set the controls anchor points, and with all 4 set it will re-size with the window.

Steven G.

On Thursday, January 30, 2014 12:15 PM, Joe Rojas <jrojas@...> wrote:

Hello,

I added a new sheet to Order Tracker that will contain a grid.
While designing the customization, I will size the grid to take up the entire width of the sheet.
What I’m looking for is how to resize the grid if the Order Tracker is resized (maximized, restored, manually resized).

Has anyone done this before? If yes, could you explain or share a code snippet?

Thanks All!





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:b2c7ba.png@f29e21f7.418b89b8]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]




[Non-text portions of this message have been removed]