Added CenterToStepThenPage format flag which smothly transitions the left margin of a table as the table width increases from the high-level step width to the page width.
This commit is contained in:
@@ -508,6 +508,18 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region CenterToStepThenPage
|
||||
[Category("Layout")]
|
||||
[Description("CenterToStepThenPage")]
|
||||
private LazyLoad<bool> _CenterToStepThenPage;
|
||||
public bool CenterToStepThenPage
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CenterToStepThenPage, "@CenterToStepThenPage");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
#endregion
|
||||
#region SectTop
|
||||
|
Reference in New Issue
Block a user