bricks/examples/scroll.json
2023-09-14 10:28:07 +08:00

32 lines
410 B
JSON

{
"widgettype":"ScrollPanel",
"options":{
"scrollY":"hidden"
},
"subwidgets":[
{
"widgettype":"HBox",
"options":{
"height":"auto",
"width":"auto"
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"width":"3000px",
"text":"this is long text"
}
}
]
},
{
"widgettype":"VScrollPanel",
"options":{
},
"subwidgets":[
]
}
]
}