Quantcast
Channel: Active questions tagged listview - Stack Overflow
Browsing all 611 articles
Browse latest View live
↧

How to create Listview with Load more and Pull to refresh in MAUI?

I am new to MAUI. I want to create one list with Load more and Pull to Refresh functionality.When user reach to end of list, it should provide a loader at bottom and can have callback so we can call...

View Article


Kendo Autocomplete doesn't filter DataSource after select in dropdown list

I have DataSource on page and AutoComplete component and ListView. Both use DataSource. ListView show data from DataSource, and AutoComplete filter data in ListView.When i type in AutoComplete...

View Article


How to show loading indicator when scrolled to end of the list in flutter

I am loading the data from the server using future and displaying the data in list view by using listview builder and adding the new list when we scroll to the end of the list but I am unable to show...

View Article

Javafx: when deleting an item from a ListView almost all items disappear from...

If there's anything hard to understand I apologize, english is not my native language.I'm trying to do a screen using JavaFX where there's a ListView, and in the list cell there's a button to delete...

View Article

Image may be NSFW.
Clik here to view.

Flutter not rendering page

I am new to flutter and was not able to view my output eventhough there was no error in the code.Here is what i was developing:Now the error was in the list that is in the center.Here are 2 codes and I...

View Article


Image may be NSFW.
Clik here to view.

How to add new element in exist element of ListView or create new ListView...

I have the following situation: I want to create a ListView that contains collections are sorted by date. So, I have a question: how to add a new element of list to an existing widget or create a new...

View Article

Image may be NSFW.
Clik here to view.

How to Clip InkWell in ListView

I have a ListView with rounded edges. How can I make the splash from the InkWell coincide with the borders of the ListView?What splash look like now:My code: final borderRadius =...

View Article

Can't scroll list of data when map inside Stack

I want to only header of flutter calendar to show the results on monthly basis that's why is overlap the calendar till header with another column where is show list of data every this working fine but...

View Article


Image may be NSFW.
Clik here to view.

Cart item Count increment/decrement & add to cart

Hi everyone i am using custom listview for getting data from server and show in listview.. I am able to get data and show it in listview, but I don't know to implement the click event of button inside...

View Article


Items go over the rounded recyclerview

I created a recycler view and I added a rounded rectangle with 2dp stroke to it as a background, but when items go in and out of the frame the go over the rounded cornerI tried adding paddings and...

View Article

Select The Items From Horizontal List On Scrolling Vertical List Flutter

can somebody help to solve the problem?There are two scenarios:When Select the category from horizontal list, it should select relevant category and shows highlight on that category, also should scroll...

View Article

WPF multiple DataGrids in a ListView

Is it possible to put multiple DataGrids inside a ListView? Something like<ListView ItemsSource="{Binding Schools}"><DataGrid ItemsSource="{Binding Schools.Teachers}"...

View Article

Is it possible to use ListView.builder inside of CustomScrollView?

Is it possible to use ListView.builder (or something similar) inside of a CustomScrollView? I have a CustomScrollView like this:return Scaffold( body: CustomScrollView( slivers: [ SliverAppBar(...),...

View Article


Image may be NSFW.
Clik here to view.

C# WPF ListView SelectedItem keep value on lost focus [closed]

In my project I have ListView:<ListView x:Name="DuesesListView" BorderBrush="Transparent" ItemsSource="{Binding Source={StaticResource SortedDuesesList}}" SelectedItem="{Binding SelectedDuese}"...

View Article

Make linear layout selectable like a list item in a list view (Android)

I know how to add an onClick listener to a LinearLayout to make the whole layout a click target, but I'd like to have the LinearLayout get highlighted when tapped just like a list item in a list view....

View Article


How to get rid of listview and listWidgets flickering?

I am trying to get the list of processes in a <1 ms intervals and then show the latest list in a listwidget or a listview.In the listWidget there is a lot of flickering happening. I tried listview...

View Article

Expand a ListView, which will displays messages

I'm trying to create a chat screen, everything works as fine, until I add a message into my message list and it has to be displayed on the screen. Then the app crashes with the following...

View Article


RecyclerView crushes when using notifyDataSetChanged()

I created this app to show two recycler views, one containing paired devices and the other containing nearby available devices. The app works as intended until the ACTION_FOUND broadcast receiver is...

View Article

Can't scroll list of data when map inside Stack

I want only header of Table calendar to show the results on monthly basis that's why is overlap the calendar till header with another column where is show list of data everything is working fine but i...

View Article

Changing the order of items in ListView and saving simultaneously in Sql

I want to load data from database in listview and now I want to change their arrangement order with up and down button.I separately created a column in the database and assigned it to the sort order...

View Article
Browsing all 611 articles
Browse latest View live