mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
commit
25e385c06e
@ -108,6 +108,7 @@ T.ComboBox {
|
|||||||
model: control.delegateModel
|
model: control.delegateModel
|
||||||
currentIndex: control.highlightedIndex
|
currentIndex: control.highlightedIndex
|
||||||
highlightMoveDuration: 0
|
highlightMoveDuration: 0
|
||||||
|
boundsMovement: Flickable.StopAtBounds
|
||||||
T.ScrollIndicator.vertical: ScrollIndicator { }
|
T.ScrollIndicator.vertical: ScrollIndicator { }
|
||||||
}
|
}
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
|
@ -108,6 +108,7 @@ T.ComboBox {
|
|||||||
model: control.delegateModel
|
model: control.delegateModel
|
||||||
currentIndex: control.highlightedIndex
|
currentIndex: control.highlightedIndex
|
||||||
highlightMoveDuration: 0
|
highlightMoveDuration: 0
|
||||||
|
boundsMovement: Flickable.StopAtBounds
|
||||||
T.ScrollIndicator.vertical: ScrollIndicator { }
|
T.ScrollIndicator.vertical: ScrollIndicator { }
|
||||||
}
|
}
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
|
Loading…
Reference in New Issue
Block a user