dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
ScrollWidget.this
dlangui
widgets
scroll
ScrollWidget
create with ID parameter
this
()
this
(string ID, ScrollBarMode hscrollbarMode, ScrollBarMode vscrollbarMode)
class
ScrollWidget
this
(
string
ID
,
ScrollBarMode
hscrollbarMode
=
ScrollBarMode.Visible
,
ScrollBarMode
vscrollbarMode
=
ScrollBarMode.Visible
)
Meta
Source
See Implementation
dlangui
widgets
scroll
ScrollWidget
constructors
this
functions
drawClient
fullContentSize
makeWidgetVisible
onHScroll
onVScroll
scrollTo
updateScrollBars
properties
contentWidget
scrollPos
variables
_contentWidget
create with ID parameter