Indicates how a dashboard should react to re-sizing.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Public Enumeration ResizeMode
public enum class ResizeMode
Members
| Member name | Value | Description |
---|
| Scroll | 0 |
Indicates the re-size mode is nothing, and overflow content scrolls.
|
| Scale | 1 |
Indicates the dashboard should scale with all available size.
|
| Resize | 2 |
Indicates the dashboard should re-size using the defined template.
|
| Responsive | 3 |
Indicates the dashboard layout is responsive to width change.
|
See Also