Exemplo n.º 1
0
 protected override void OnSizeAllocated(Rectangle allocation)
 {
     base.OnSizeAllocated(allocation);
     CurrentMode.AllocateTextArea(this, textArea, allocation);
     SetChildrenPositions(allocation);
 }
Exemplo n.º 2
0
 protected override void OnReallocate()
 {
     base.OnReallocate();
     CurrentMode.AllocateTextArea(this, textArea, Bounds);
     SetChildrenPositions(Bounds);
 }