It is recommended to use this lightweight class instead Grid.
1 | public class SimplePanel : Panel |
Most of the time, we try to avoid using heavyweight Panel
, SimplePanel
is used extensively in HC.
It is recommended to use this lightweight class instead Grid.
1 | public class SimplePanel : Panel |
Most of the time, we try to avoid using heavyweight Panel
, SimplePanel
is used extensively in HC.