20250216
This commit is contained in:
@@ -487,5 +487,26 @@ namespace OnDoc.DocMgmt
|
||||
this.Width = groupBox2.Width + 10;
|
||||
return;
|
||||
}
|
||||
|
||||
private void SerienbriefBearbeitung_ResizeEnd(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void SerienbriefBearbeitung_Resize(object sender, EventArgs e)
|
||||
{
|
||||
if (this.docPreview1.Visible == false)
|
||||
{
|
||||
this.groupBox2.Dock = DockStyle.Fill;
|
||||
this.sfdatagridDokspezifisch.Width = groupBox2.Width - 10;
|
||||
this.sfdatagridstandard.Width = groupBox2.Width - 10;
|
||||
this.sfdatagridUsed.Width = groupBox2.Width - 10;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.groupBox2.Dock = DockStyle.Left;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user