A ListView is a graphical screen control or widget provided by UI libraries in most modern operating systems.

learn more… | top users | synonyms

148
votes
12answers
110k views

Android - How do I do a lazy load of images in ListView [closed]

I am using a ListView to display some images and captions associated with those images. I am getting the images from the Internet. Is there a way to lazy load the images so while the text displays, ...
129
votes
14answers
28k views

Stop EditText from gaining focus at Activity startup?

I have an android activity, with two elements: EditText ListView when my activity starts, the EditText immediately has input focus (flashing cursor). I don't want any control to have input focus ...
56
votes
1answer
9k views

Background ListView becomes black when scrolling

I have created a specific List which exists out of the following elements to create a scrollable list with every row containing a Image on the left side and some text on the right side : To begin ...
51
votes
8answers
11k views

How can I make a horizontal ListView in Android?

Like many things in Android, you wouldn't think this would be such a hard problem but ohhh, by golly, would you be wrong. And, like many things in Android, the API doesn't even provide a reasonably ...
50
votes
5answers
16k views

Android Endless List

How can I create a list where when you reach the end of the list I am notified so I can load more items? Thanks, Isaac
48
votes
2answers
20k views

WPF: ListBox vs. ListView - how to choose for data binding

I'm considering either a ListBox or a ListView for a WPF application. It seems either supports data binding and item templates. My application has a simple list of items that I intend to be able to ...
46
votes
4answers
26k views

How to make a nice looking ListView filter on Android

I want a nice looking filter for my ListView in Android. How can I do this?
38
votes
7answers
12k views

How to implement Android Pull-to-Refresh

In Android applications such as Twitter (official app), when you encounter a ListView, you can pull it down (and it will bounce back when released) to refresh the content. I wonder what is the best ...
37
votes
6answers
4k views

How to Animate Addition or Removal of Android ListView Rows

In iOS, there is a very easy and powerful facility to animate the addition and removal of UITableView rows, here's a clip from a youtube video showing the default animation. Note how the surrounding ...
34
votes
4answers
24k views

Android: ListView with rounded corners

I was wondering if there was a way to create a ListView with rounded corners in Android...
29
votes
8answers
30k views

Android Layout with ListView and Buttons

Alright, this specific layout is just annoying me. And can't seem to find a way to have a listView, with a row of buttons at the bottom so that the listview doesn't extend over top of the buttons, and ...
23
votes
3answers
19k views

WPF ListView: Attaching a double-click (on an item) event

I have the following ListView: <ListView Name="TrackListView"> <ListView.View> <GridView> <GridViewColumn Header="Title" Width="100" ...
22
votes
5answers
35k views

How to autosize and right-align GridViewColumn data in WPF?

How can I: right-align the text in the ID column make each of the columns auto size according to the text length of the cell with the longest visible data? Here is the code: <ListView ...
21
votes
4answers
34k views

Android - ListView click HOWTO?

How do I listen to click event on a ListView? This is what I have now ListView list = (ListView)findViewById(R.id.ListView01); ... list.setAdapter(adapter); When I do the following ...
20
votes
5answers
16k views

How to refresh Android listview?

I want to refresh an Android ListView after adding/deleting dynamic data. Can any one tell me how to achieve this?
20
votes
3answers
13k views

Using a ListView to create a settings screen in android?

I'm developing my first android application, and i'd like to create a settings screen. I'd like the screen to have a similar look-and-feel as the native phone-settings screens and the native ...
20
votes
5answers
30k views

How to make a ListView transparent in Android?

How to make the ListView transparent in android? The background android screen image should be visible.
20
votes
2answers
9k views

WPF ListView Inactive Selection Color

I'm creating a WPF application where several ListView selections are made in a row (similar to the iTunes browser). The problem is that the default inactive selection color is too light. (see below) ...
18
votes
3answers
36k views

Android: Binding data from a database to a CheckBox in a ListView?

I'm trying to bind data from my SQLiteDatabase to a ListView. I'm currently using a SimpleCursorAdapter to fill in my ListView. Unfortunately this doesn't seem to work with setting a CheckBox's ...
18
votes
3answers
15k views

WPF ListView turn off selection

I have a simple WPF ListView and a simple question: Is it possible to turn off the selection, so when user clicks row, the row is not highlighted? I would like the row 1 to look just like row 0 ...
18
votes
5answers
11k views

c# flickering Listview on update

I have a list view that is periodically updated (every 60 seconds). It was anoying to me that i would get a flicker every time it up dated. The method being used was to clear all the items and then ...
16
votes
4answers
568 views

how to make translation animation for each listview items

i have a listview with override getView method to populate it. now, i want to make each item of the list to animate or moving from the right side of the screen to the left side where the item should ...
16
votes
4answers
487 views

Lazy loaded list view in GTK#

I'm looking to display a large dataset via a list view in GTK# and performance is an issue here. I'm currently using a TreeView backed with a ListStore, but adding all my data to the ListStore takes ...
16
votes
3answers
15k views

Best way to make WPF ListView/GridView sort on column-header clicking?

There are lots of solutions on the internet attempting to fill this seemingly very-basic omission from WPF. I'm really confused as to what would be the "best" way. For example... I want there to be ...
15
votes
3answers
12k views

Android List View Drag and Drop sort

I have a list of records in a listview that I want the user to be able to re-sort using a drag and drop method. I have seen this implemented in other apps, but I have not found a tutorial for it. It ...
15
votes
6answers
11k views

Multiple choice list with custom view?

I've seen example com.example.android.apis.view.List11 from ApiDemos. In that example, each row takes the view android.R.simple_list_item_multiple_choice. Each such view has a TextView and a CheckBox. ...
15
votes
1answer
28k views

Dynamic ListView in Android app

Is there a working example out there that demonstrates how to append additional rows in ListView dynamically? For example: you are pulling RSS feeds from different domains you then display the first ...
14
votes
6answers
4k views

Hide footer view in ListView?

I have a ListView. The data behind it is fetched from the Internet, in sets of 10-30 items whenever the user scrolls all the way to the bottom. In order to indicate that it is loading more items, I ...
14
votes
5answers
5k views

Make ListView.ScrollIntoView Scroll the Item into the Center of the ListView (C#)

ListView.ScrollIntoView(object) currently finds an object in the ListView and scrolls to it. If you are positioned beneath the object you are scrolling to, it scrolls the object to the top row. If you ...
14
votes
6answers
17k views

Detecting which selected item (in a ListView) spawned the ContextMenu (Android)

I have a ListView that will allow the user to long-press an item to get a context menu. The problem I'm having is in determining which ListItem they long-pressed. I've tried doing this: ...
14
votes
2answers
18k views

Android ListView Headers

How do you make those standard header labels in the ListView Control? An example would be in the contacts application you see the first letter of the grouped contacts for each letter in the alphabet. ...
14
votes
3answers
35k views

Android: ListView elements with multiple clickable buttons

I've a ListView where every element in the list contains a TextView and two different Buttons. Something like this: ListView -------------------- [Text] [Button 1][Button 2] -------------------- ...
14
votes
2answers
12k views

WPF ListView with horizontal arrangement of items?

I want to lay out items in a ListView in a similar manner to the WinForms ListView in List mode. That is, where items are laid out not just vertically but horizontally in the ListView as well. I ...
14
votes
1answer
6k views

How to I display a sort arrow in the header of a list view column using C#?

How can I display a sort arrow in the header of the sorted column in a list view which follows the native look of the operating system?
13
votes
3answers
7k views

Android Listview with different layout for each row

I am trying to determine the best way to have a single listview contains different rows styles. I know how to create a custom row + custom array adapter to support a custom row for the entire list ...
13
votes
4answers
6k views

custom listview adapter getView method being called multiple times, and in no coherent order

I have a custom list adapter: class ResultsListAdapter extends ArrayAdapter<RecordItem> { in the overridden 'getView' method I do a print to check what position is and whether it is a ...
13
votes
2answers
10k views

Dictionary<T> of List<T> and ListViews in ASP.NET

Preamble I'm asking this question because even though I've read through a lot of ListView resources, I'm still not 'getting' it. Background I have a bunch of Foo's that have a list of items ...
13
votes
7answers
70k views

C# listView, how do I add items to columns 2, 3 and 4 etc?

To add items to column 1 in my listView control (Winform) I'm using listView1.Items.Add, this works fine but how do I add items to columns 2 and 3 etc? It's the first time I've used listView. Thanks
13
votes
2answers
8k views

WPF ListView Very Slow Performance - Why? (ElementHost, or Other Reason?)

I have a Windows Forms app, that has a single ElementHost containing a WPF UserControl... in my WPF, I have a VERY simple ListView: <ListView Margin="4" ItemsSource="{Binding Notifications}"> ...
12
votes
2answers
291 views

how to use overscroll functionality for listview?

Android's new Overscroll functionality introduced in Gingerbread and discovered some more interesting things. The functionality to make a a view scroll beyond its limits and then bounce back (almost ...
12
votes
4answers
10k views

Android: disabling highlight on listView click

I want to disable the orange highlight that occurs when touching a listView row. So far in my xml I have tried the following: android:focusable="false" android:focusableInTouchMode="false" ...
12
votes
4answers
10k views

How can I implement a ListView without ListActivity? (use only Activity)

I'm new to Android, and I really need to do it this way (I've considered doing it in another Activity), but can anyone show me a simple code (just the onCreate method) that can do Listview without ...
12
votes
9answers
35k views

Changing background color of ListView items on Android

How can I change background color of ListView items on a per-item basis. When I use android:backgroundColor in the ListView item layout I can achieve this, however the list selector is no longer ...
11
votes
5answers
11k views

Horizontal ListView in Android?

Is there any Possible to make the ListView horizontally? I done this Using Gallery view. But the Selected item comes to the center of the Screen Automatically. I want to avoid it. the selected item at ...
11
votes
6answers
8k views

Android, ListView IllegalStateException: “The content of the adapter has changed but ListView did not receive a notification”

What I want to do: run a background thread which calculates ListView contents and update ListView partially, while results are calculated. What I know I have to avoid: I cannot mess with ListAdapter ...
11
votes
1answer
12k views

C# ListView Column Width Auto

How can I set the column width of a c# winforms listview control to auto. Something like width = -1 / -2 ?
11
votes
2answers
8k views

WPF's ICollectionView.filter with large sets of data

I'm working on an wpf app which contains a listview with quite a lot of data (10 000 to 100 000) rows. The user can apply all sorts of filters to this listview making the filter logic quite advanced ...
11
votes
2answers
6k views

ListView DataItem Shows Null

A few days ago, I wrote about issues with implementing a ListView in ASP.NET. Now, with all of the other code written, I'm having trouble saving changed items in a ListView. A few things of note: ...
11
votes
2answers
10k views

In WPF Stretch a control to fill a ListView Column

How do I make a control fill the whole cell in a ListView (with a GridView)? I've played around with various properties, but the control is always it's minimum size. Here's my xaml. <Window ...
11
votes
3answers
7k views

Access a control inside a the LayoutTemplate of a ListView

How do I access a Control in the LayoutTemplate of a ListView control? I need to get to litControlTitle and set it's Text attribute. <asp:ListView ID="lv" runat="server"> ...

1 2 3 4 5 143