直接跳到内容
本页目录

Row 行容器

Row 允许在水平容器中排列多个组件。它拥有类似列表的 API,包含 append 、 extend 、 clear 、 insert 、 pop 、 remove 和 setitem 方法,从而可以交互式地更新和修改布局

底层实现为panel.Row,参数基本一致,参考文档:https://panel.holoviz.org/reference/layouts/Row.html

基本用法

API

属性

属性名说明类型默认值
objectsList of child nodeslist
scrollEnable scrollbarsboolFalse

Slots

插槽名说明
defaultCustom content

Controls

src/examples/panel_vuepy/layouts/Row

Row 行容器已经加载完毕