We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
peekHeight
1 parent 2818b70 commit 390dc19Copy full SHA for 390dc19
demo-snippets/vue/BottomSheetInner.vue
@@ -11,7 +11,7 @@
11
<MDTextField hint="Edit text to filter..." style="font-size: 16" />
12
<MDActivityIndicator *ngIf="processing" width="50" height="50" />
13
</StackLayout>
14
- <ListView height="150" :items="items">
+ <ListView height="150" :items="items" id="scrollView">
15
<v-template let-item="item" let-odd="odd" let-even="even">
16
<GridLayout height="64" backgroundColor="green">
17
<Image horizontalAlignment="left" width="64" />
0 commit comments