B2022-137 Table (grid) performance improvements.

B2022-137 added method to get font size from RTF string (used for tables)
B2022-137 Table (grid) performance improvements getting font sizes
B2022-137 Table (grid) performance improvements showing table cell shading
This commit is contained in:
2023-03-31 17:43:11 +00:00
parent 8d2dc00ad5
commit d11cba261f
4 changed files with 23 additions and 36 deletions

View File

@@ -824,12 +824,12 @@ namespace Volian.Controls.Library
{
_MyLog.WarnFormat("Attempt to give Focus to Disposed Object {0}", MyID);
}
ScrollToCenter();
//ScrollToCenter();
}
public override void ItemShow()
{
MyFlexGrid.Focus();
ScrollToCenter();
//ScrollToCenter();
}
public StepRTB DisplayRoStepRTB;
public override StepRTB MyStepRTB