SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.ScrollBar  class

수평 및 수직 스크롤바에 대한 정보를 갖는 객체. 

GridBase.hscrollBar, vscrollBar 속성으로 사용된다. 

Base Classes
VisualObject > GridObject > EventAware > DLBase
Properties
barIndent
barWidth
buttonLocation
buttonStyles
indentStyles
minThumbSize
thumbStyles
Inherited Properties
GridObject.owner
VisualObject.styles
VisualObject.visible
Inherited Methods
EventAware.addListener
DLBase.assign
VisualObject.ctor
GridObject.ctor
DLBase.getProperties
DLBase.getProperty
EventAware.removeListener
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

Code -1
    grid.setOptions({
        vscrollBar: {
            barIndent: "header",
            barWidth: 12
        },
        hscrollBar: {
            barIndent: "fixed",
            barWidth: 12,
            buttonLocation: "near"
        }
    }
See Also
GridBase.hscrollBar
GridBase.vscrollBar
ScrollBarIndent
ScrollButtonLocation
Examples
스크롤바 예제