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

Image may be NSFW.
Clik here to view.

List inside in two column show overflow issue

I have a overflow issue. I have list view inside of 2 column which show overflow issue. Widget getViewMethod() {return Column(children: [ Container(color: ColorConst.whiteColor, height: 40),...

View Article


Implementing audio player in listview in android

I have listview which contains a list of audio files with play button and seekbar. I displayed the listview using base adapter. When I click a play button of a listview I want to play an audio file. I...

View Article


ScrollIntoView and ListView with virtualization

I have ListView (virtualization is on by default), which ItemsSource is bound to ObservableCollection<Item> property.When data are populated (property is set and notification is rised) I see 2...

View Article

Custom Adapter for List View

I want to create a custom adapter for my ListView. Can someone walk me through how to create one and also explain how it works?

View Article

Image may be NSFW.
Clik here to view.

Adding Items With Multiple Lines in ListView

I want to show a list with TListView, generated with data out of my database.But my code is only showing one item in the list.It should look like a short List with Text like Address, Name1, Name1 just...

View Article


Changing the text Colour in a ListView Control ( Win32)

I have a List View Control that I have created with Win32 C++I am adding sub items using ListView_SetItemThis just Text and the List View is in Report Mode. I want to change the colour of the text for...

View Article

C# ListView ItemSelectionChanged Event Multi Select get ONLY last item selected

Im using a multi-select ListView in C# .NET 4.5The issue occurs when selecting multiple items (ie. Shift + End or Shift + Click, etc.) These are just a few examples of many different mouse/keyboard...

View Article

Image may be NSFW.
Clik here to view.

.NET Maui Editor in ListView Won't Accept Input

I am upgrading an app from Xamarin to Maui. A form with a ListView that used to work perfectly, now will not accept input in Entry nor Editor controls, and Buttons do not work, UNLESS the item is the...

View Article


Horizontal listview not scrolling on web but scrolling on mobile

After flutter 2.5 update listview is scrolling only on mobile platforms. It doesn't scroll when I open it on the web. It was working fine in the previous version. I tried the scroll physics but it...

View Article


How to use viewHolder pattern to keep UI elements on scroll in listView?

I am looking into using the viewHolder pattern for making my UI elements not get reset to the default when my listview is scrolled. After looking into it I'm not sure how to go about this. I'm not even...

View Article

Flutter Nisted Listview builder with lazyload for each one

enter image description hereIn my case, there is a ListView builder for the Group header, and for each Group, there is a ListView builder for the items of the Group. Both the internal and external...

View Article

ListView without Scrollbar to use in a ScrollView

I want to use a kind of ListView inside of a ScrollView. The list has a variable length, it is always possible to add/remove items. Is there an easy way to modify the default AndroidListView, oder do I...

View Article

Image may be NSFW.
Clik here to view.

ListView Header and ItemTemplate cant left align

ListViews Header & ItemTemplate have same column widths but headers after the * column are right aligned:The header (yellow BG) is showing the column widths, * 70 15 & 70The * aligns to the...

View Article


Image may be NSFW.
Clik here to view.

View holder OnClickListener event issue

I am creating a listview adapter with view holder :final ViewHolder holder;if (convertView == null) { convertView = layoutInflater.inflate(R.layout.activity_list_layout, null); holder = new...

View Article

ListView not showing up / appearing android studio

I have two activities. MainActivity.java and HomeActivity.java. I am trying to create a ListView in HomeActivity.java just with "One", "Two", "Three", and "Four" as the List items but the ListView is...

View Article


How do I Filter ListView in WPF?

I have a ListView bound to a collection of items. I do not want to show the items where the property IsDeleted = "1". How can I accomplish this?

View Article

Getting jank issue while scrolling thousand of records in listview builder

There is pagination for that view but when I'm selecting to see 1000 records in a one page,there is jank while scrolling.I have listview builder for that ,is there any approach in which show table data...

View Article


filter a single string of ingredients that have all the ingredients from a...

Im trying to filter recipes that have a single string of ingredients that have all the ingredients from resultData which is a list of strings. Cant figure how to do it. The current code rn only filters...

View Article

Adding image to listview in Delphi not showing

I have a listview in a Multi-device form using Delphi 12.I'm trying to add a image, but the image is not showing just a blank space.I don't know if it's the way I download the Image or do I have to...

View Article

The process cannot access the file because it is being used by another...

I want to load the image files in a folder then add them to an imagelist then I will assign it to a listview to get thumbnail style on which item I click, it is shown in a picturebox. When I want to...

View Article
Browsing all 608 articles
Browse latest View live