[]
Specifies and overflow behavior for Container report item.
public enum Overflow
Name | Description |
---|---|
Auto | The action value is depends on report type. For the dashboards the auto equals to 'Scroll'. |
Clip | Content is clipped on overflow. |
Grow | Container grows with content. |
Hidden | Content is clipped on overflow. |
Scroll | Scrollbar is automatically added to scroll the content. |
Visible | Content is not clipped on overflow. |