Panel
Description
Usage
@if (this.Visible)
{
<WMStyleBase model=@panel></WMStyleBase>
<div class="@this.panel.GetStringClasses()"
@ref="elementRef"
@onmouseup="MouseUpHandler"
@onmousemove="MouseMoveHandler">
@ChildContent
</div>
<style>
[email protected]() {
border: @this.GetBorderCss();
overflow: @this.panel.GetAutoScrollStyle();
}
</style>
}
Properties
Methods
Dynamic Rendering
Styles
Events
Last updated