C2021-004 setup table shading information
This commit is contained in:
parent
ec264b869d
commit
08d9a42575
@ -50,6 +50,7 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fg.MyBorders = new VlnBorders(GridLinePattern.Single, fg.Rows.Count, fg.Cols.Count);
|
fg.MyBorders = new VlnBorders(GridLinePattern.Single, fg.Rows.Count, fg.Cols.Count);
|
||||||
|
fg.MyShading = new VlnGridCellShading(Color.White, fg.Rows.Count, fg.Cols.Count); // C2021-004 add table cell shading information
|
||||||
fg.BringToFront();
|
fg.BringToFront();
|
||||||
fg.Invalidate();
|
fg.Invalidate();
|
||||||
Application.DoEvents();
|
Application.DoEvents();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user