Use ListView without scrollview for messages
That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902
This commit is contained in:
parent
2c9ef11254
commit
46fbb0e749
6 changed files with 593 additions and 481 deletions
|
|
@ -105,6 +105,7 @@ Rectangle {
|
|||
id: mouseArea
|
||||
|
||||
onSingleTapped: avatar.clicked(eventPoint)
|
||||
dragThreshold: 0
|
||||
}
|
||||
|
||||
Ripple {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue