nestedscrollview Questions
3
In the flutter, I use NestedScrollView, in the Body I use TabBarView.
On the pages in TabBarView, I use keep alive true, but in this case the scroll is synchronized.
How can I not synchronize them....
Dolly asked 5/2 at 7:22
9
Solved
I have expandable views inside CardView thats parent is NestedScrollView. I'm trying to create smooth scroll to child when expand animation ended. But I found only one solution:
scrollView.reques...
Gerah asked 4/11, 2015 at 12:58
6
Solved
I have a Recyclerview in a NestedScrollview.. everything is working fine except one thig. I have total three view in NestedScrollview First two are LinearLayout then Recyclerview. when i run my app...
Salesroom asked 7/11, 2015 at 15:2
1
I'm trying to use a NestedScrollView for scrollable tabs within a DraggableScrollableSheet and need to pass the sheet's controller to the NestedScrollView's scrollable body, however doing so is not...
Dean asked 6/12, 2020 at 7:48
5
I have some problems with NestedScrollView. I have implemented PageView with BottomNavigationBar and sometimes, when I am switch between two screens, I got this error:
'package:flutter/src/widget...
Druci asked 11/10, 2019 at 10:54
4
Solved
This is a repository to create a minimal reproducible example.
I want SliverAppBar hidden when ScrollablePositionedList.builder is Scrolled. This is the relevant piece of code I am including here...
Topeka asked 31/1, 2020 at 17:33
4
When I put RecyclerView inside NestedScrollView then onBindViewHolder is calling for all row like say I have list which has size of 30 then onBindViewHolder is called for all 30 rows at one time ev...
Somite asked 19/5, 2016 at 11:38
7
Solved
I've got an activity that use WebView to load the web content. The problem arise when I want to implement Flexible Space with image. I can expand and collapse the Toolbar, but when the Toolbar alre...
Interviewer asked 1/2, 2016 at 10:12
1
I am implementing a nested list in Flutter where need to start scrolling the parent list when it reach to the end/start the inner list. I tried with several ways, no one lucks. This one is the last...
Cale asked 1/11, 2021 at 10:18
5
the flutter document show a demo for SliverAppBar + TabBar + TabBarView with ListView use NestedScrollView, and it's a bit complex, so I wonder is there a simply and clear way to implement it. I tr...
Hemichordate asked 7/6, 2018 at 12:53
1
Problem:
Scroll position of the tabView is not restored correctly when one of the tabView is scrolled to the top (revealing the sliverAppBar). The other tabView will also scrolled to the top (losi...
Excretion asked 22/7, 2018 at 16:13
1
My goal is to have a NestedScrollView with multiple child CardViews containing RecyclerViews.
My current xml looks something like this:
<CardView>
<RecyclerView/>
</Card...
Sequence asked 2/5, 2016 at 17:48
2
Solved
Basically what I want to accomplish here is to have a horizontal list of categories(could be TabBar) and a vertical list of the categories with items list in each category.
And when you click on a ...
Pelag asked 1/2, 2021 at 6:43
5
Solved
I am having a nestedscrollview with content like some linearlayouts and textviews.
I am using a floatingactionbutton library for some reasons, as well. So I can't use any behavior for it.
I don't k...
Devin asked 1/1, 2016 at 22:42
5
Solved
I have xml, which consits of DrawerLayout, CoordinatorLayout with custom views, AppBarLayout, NestedScrollView.
Problem: When content in NestedtScrollView fills, NestedtScrollView scrolls down its...
Tompion asked 22/12, 2015 at 16:4
4
I need to scroll down through my NestedScrollView in order to test my xml file with Espresso, but I get the error message: "Error performing 'scroll to' on view 'with id:"
Several other posts that...
Eyespot asked 22/9, 2016 at 15:4
7
Nested scroll view scrolls smoothly on scrolling down but on scroll up it is sluggish.Collapsing toolbar(with an image view and framelayout) upon scrolling up doesn't renders its content(remains bl...
Airwaves asked 17/9, 2015 at 13:6
3
I have looked at a few similar incidents of this on StackOverflow. However none seem to apply to my case. The issue I'm having is that my RecyclerView is working but nothing is displaying. I have r...
Colour asked 8/10, 2015 at 16:36
2
I am using Coordinator layout along with NestedScrollView in my fragment for the Collapsing Toolbar animation. I am adding views dynamically to my Nested Scrollview container. I have implemented on...
Shaven asked 27/9, 2015 at 8:39
3
I have a recyclerView capable of showing the maximum of 3 items on screen, but it calls onCreateViewHolder and onBindViewHolder for all 45 items in the list, all at once (as in the LOG below).
Sho...
Greenhorn asked 23/10, 2016 at 17:51
4
With creation of NestedScrollView you can put scrolling view inside another scrolling view as long as those implement NestedScrollingChild and NestedScrollingParent correctly.
(This is not bad de...
Termite asked 25/10, 2015 at 13:46
4
Solved
I have a NestedScrollView containing a LinearLayout and a RecyclerView (both inside a RelativeLayout).
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.co...
Subsumption asked 17/12, 2015 at 8:18
3
Solved
hi... really how do they implement this? there are several tutorial for Twitter profile page. but they don't handle all possibilities...
first... when you scroll top or bottom any where, top vie...
Inebriant asked 10/6, 2017 at 12:19
7
I want to use NestedScrollView with CollapsingToolbarLayout. In NestedScrollView there is really long content. Unfortunately I can't scroll to the end. Some of this long content is cut. What is str...
Predominance asked 16/12, 2015 at 7:51
3
Solved
I have a single vertical nestedscrollview that contains a bunch of recyclerview with a horizontal layoutmanager setup. The idea is pretty similar to how the new google play store looks. I'm able to...
Reremouse asked 14/12, 2015 at 1:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.