B2018-033 - Set the default scrunching settings.
B2018-033 - Set the scrunching check box to checked by default B2018-033 - Base table scrunching on the last row of a range rather than the first row of a range B2018-033 - Added debug for table scrunching. B2018-033 - Fix pagination to account for table scrunching
This commit is contained in:
@@ -655,6 +655,9 @@ namespace VEPROMS
|
||||
this.Text = "";
|
||||
this.cbScrunch.Width = this.cbScrunch.Height;
|
||||
this.cbScrunch.Visible = false;
|
||||
// B2018-033 VCS SAG-6 Steps 3 and 9 and SACRG1 Step 13
|
||||
// Initialize scrunch check box to checked
|
||||
this.cbScrunch.Checked = true;
|
||||
//
|
||||
// btnNext
|
||||
//
|
||||
|
Reference in New Issue
Block a user