|
@@ -121,7 +121,10 @@ export class Control {
|
|
/** Gets or sets a boolean indicating if the control can be focusable */
|
|
/** Gets or sets a boolean indicating if the control can be focusable */
|
|
public isFocusInvisible = false;
|
|
public isFocusInvisible = false;
|
|
|
|
|
|
- /** Gets or sets a boolean indicating if the children are clipped to the current control bounds */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Gets or sets a boolean indicating if the children are clipped to the current control bounds.
|
|
|
|
+ * Please note that not clipping children may generate issues with adt.useInvalidateRectOptimization so it is recommended to turn this optimization off if you want to use unclipped children
|
|
|
|
+ */
|
|
public clipChildren = true;
|
|
public clipChildren = true;
|
|
|
|
|
|
/**
|
|
/**
|