File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps/listViewComp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ export function listPropertyView(compType: ListCompType) {
62
62
{ ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
63
63
< > < Section name = { sectionNames . layout } >
64
64
{ children . autoHeight . getPropertyView ( ) }
65
- { ( ! children . autoHeight . getView ( ) ) &&
65
+ { ( ! children . autoHeight . getView ( ) ) && ! children . horizontal . getView ( ) &&
66
66
children . showVerticalScrollbar . propertyView ( {
67
67
label : trans ( "prop.showVerticalScrollbar" ) ,
68
68
}
69
69
) }
70
- { ( ! children . autoHeight . getView ( ) || children . horizontal . getView ( ) ) &&
70
+ { ( children . horizontal . getView ( ) ) &&
71
71
children . showHorizontalScrollbar . propertyView ( {
72
72
label : trans ( "prop.showHorizontalScrollbar" ) ,
73
73
}
You can’t perform that action at this time.
0 commit comments