Flutter ListView height and Staffold extendBody: true
I have came across one "issue" with using ListView builder (multiple of them) on single page. In combination with CustomScrollView and SliverToBoxAdapter I was able to build 3 different ListVIew-s with...
View ArticleIs it possible to 'freeze panes' in SharePoint lists?
I need to keep my columns header, so people can see what data is displayed there, but I can not find if it is possible, or how to do it. Also will be nice to add a navigation bar to the list. Any...
View Articleadding header to multicolumn listview in android
I tried the following question in this forum Adding Header in Listviewbut the problem is same I've used a linearlayout having three textview as header to my multicolumn listview but the problem is that...
View ArticleAdd Items to a ListView from a database
I am a Vb nooby and I have trouble to add specific Items to my Listview from a database.I would like to compare the value of a combobox with a column value of a table.To proof if they are equal like...
View ArticleQML: Attach scrollbar to ListView
I'm having an issue with ListView. ListView is too long and part of it appears outside of the window but I can't attach a scrollbar. I tried many different combination. I think that problem lies in...
View ArticleHorizontal listview.builder doesnt scroll in a container inside a stack...
I cant get my listview.builder to scroll inside a column which is inside a container which is inside a stackListview.builder code SizedBox( height: 150.h, width: width, child: ListView.builder(...
View ArticleHow to get onItemclick from listview in a AlertDialog
I have an Activity with three Identical Buttons and three Identical TextViews. Each button onClick invokes a AlertDialog by following code: PickerDialog = new PickerDialogFragment();...
View ArticleWinUI3 ListView seems to hold onto memory of removed items
I have a WinUI3 app in which I use a ListView which might display very few or very many items.If I populate the ListView with many items, my memory usage goes up from ~250MB to ~1GB. If, however, I...
View ArticleWPF Listview with ObserveableCollection does not update from UdpClient but...
I tried several suggested solutions now, but I'm stuck.I have a WPF MVVM application, which should list all strings passed through a UDP Client and updates it.I dont know why but my collection gets...
View ArticleMigrate from ListView to FlatList in ReactNative
I have been working on upgrading an old project (rn v 0.59.0) to rn v 0.74.3. I am currently stuck on migrating from ListView to FlatList. Specifically this code.const listDataSource = new...
View ArticleHow to retrieve data from sql server db in android
this is the first time I am developing an android application. I want to bind some data with grid view or list view based employee id provided on the text box. How can I do that. Please help me to find...
View ArticleHandling a Dynamic ListView.builder in Flutter
I manage a ListView.builder inside a Drawer that should show all my friend requests. By clicking on any item in these friend requests, I can access another page (OtherProfilePage) where I see the...
View ArticleListView Multiselection
I tried to implement the multiselection on Android ListView. I want to select/deselect more than one item and these items should keep highlighted or not.I don't want to use CheckBoxs for selecting the...
View ArticleAndroid set single item background color in listview
I need to change color on selected item in list view, i know how to do that in click method, but the thing is that I want to set it then i load new activity. In that activity I'm creating listview and...
View ArticleHow get all image in folder in my site to listview?
Hello everyone i using this Lazylist , i need this lazy read all image in one path.example : i have this path http://www.example.com/imagein this path There are many...
View ArticleHow to get a android ListView item selector to use state_checked
Tearing my hair out trying to get an Android ListView to do what I want. I want to have a ListView in single choice mode with a custom row layout that has a different background color for selected,...
View ArticleWrapping ListView inside a Rectangle
My problem is when I scroll ListView elements, the elements scroll over the rectangle's border, even though I have wrapped the ListView inside the Rectangle.How can I make elements scroll without going...
View ArticleHow to determine the scroll position of a ListView in a ScrollView
I have a QML application with a ScrollView and a ListView inside. The items from the ListView have variable heights.I need to know when the scroll bar is moved, in fact, when it is at the bottom and...
View ArticleHow can I set the maximum height on a ListView?
I would like to create a UI where half of the screen is a ListView and the bottom half is another view. Not sure how to specify the maximum height for the ListView.<?xml version="1.0"...
View ArticleCould not find the correct Provider above this HomeBody Widget | flutter
I have 2 function to build the tileWithCounter (listBuild,gridBuild) but only one of them works(gridBuild)i copy the code in the first function to the second but that does not make it worksi know if i...
View Article