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

learn more… | top users | synonyms

0
votes
1answer
31 views

Android: ListView filtering from a dropdown menu OR checkboxes

I've been browsing these and other "forums" for quite a bit and I've not been able to find a "guide" to this issue I'm facing. I've had an Android course and I decided to start working on my own app, ...
0
votes
0answers
47 views

error inflating class android.widget.listView slidingMenu

My app force closes and gives this error Im using the SlidingMenuLibrary to have a slide out menu from the left side and im thinking this is where my problem is but i dont know how to solve it. ...
0
votes
0answers
21 views

clicking the hyperlink inside WPF listview is not selecting the corresponding row

I have following listview with a gridview column and cell template for that gridview column. But when I click on the "hyperlink", the corresponding gridview row is not getting selected. Could anyone ...
0
votes
1answer
34 views

Custom adapter failing without error

issue is this: There are 49 items in the arraylist, and the adapter is stopping at item 3 without any error notification. The app does not crash, and no textviews are displayed. Here is the adapter: ...
-2
votes
2answers
43 views

getting data from custom ListView in Android

In a custom ListView , I want to send all data to somewhere. But I am unable to get the respective row data. Here is my code.. import android.widget.EditText; import android.widget.RadioButton; ...
0
votes
1answer
24 views

ListView EditItemLayout cancel action

I have great troubles with trying to "cancel" edit of items in ListView. In InsertItemTemplate in ListView I'm using button which triggers this command in code behind: ListView.InsertItemPosition = ...
0
votes
0answers
31 views

How to refresh my Views

i have a question about refreshing my listview with new data in my cursor. The Cursor.requery() method works quite good but it is deprecated so i'm trying another approach but that does not work very ...
0
votes
1answer
69 views
+50

DataTrigger not firing when scrolling in ListView

We are having an issue with a pair of ListView controls in WPF, these controls are linked together to work as a single grid with a frozen column on the right hand side which contains a checkbox. This ...
1
vote
4answers
50 views

How can i inflate three layouts in ListView?

I have a custom listView in which i want to inflate three different layouts. I have seen many questions but they are all for odd and even position but in my listView the layout that should be ...
0
votes
2answers
53 views

Loading ObservableCollection with datetime values from an array

I have a ListView in a Class called HistoryStatistics and its template looks like this. Every item will have a button and two textblocks. <ListView x:Name="HistoryLV" Grid.Row="1" ...
0
votes
4answers
47 views

Custom List View With Custom Headers Android

I have to make a custom list view with custom header, ( different text in each headers) and different number of items below each header. I have been going through various section indexing examples but ...
0
votes
1answer
29 views

TextView null in Master Detail Flow template

I am using the Master Detail Flow template in android. I want to access the items in the list programmatically when the app starts in order to set the font size and the color of the TextViews that are ...
0
votes
0answers
22 views

How could I make jQuery 'list' plugin work together with jQuery Mobile 1.3.1 to make listview-elements sticky?

How could I make the jQuery 'list' plugin work together with jQuery Mobile 1.3.1 to make listview-elements sticky? Refering to this post it should be possible. In my 'pageshow'-event I call ...
0
votes
2answers
36 views

How Do Implement getFilter() with a Custom BaseAdapter?

I'm a noob to android development and I am completely confused as to how to implement filtering functionality for a ListView with a custom base adaper. i feel like i have read every question on SO ...
1
vote
1answer
33 views

Placeing code in the right area

I have a custom dialog with a list view in it and i have been trying to find my next step in my project. Now i know what it is,OnClcikLister for my list view that will open a activity. Now iv look ...
0
votes
1answer
26 views

Why is getFilter() for ListView Search Throwing NullPointer?

I am a noob to android development and I am having trouble implementing searchable ListView. I started by using this android hive tutorial and I made my custom adapter Filterable and overrided the ...
1
vote
0answers
35 views

KendoUI listview passing IEnumerable<model> instead of model from editor template in MVC

I've been puzzling over this for a few days now. Basically, I have a view model that contains three IEnumerables of other view models to be displayed in three separate Kendo controls - one as a ...
1
vote
1answer
46 views

jQuery Mobile LIMIT list view 25 items

This will be ported to phonegap for a native app. I have a filtered list that contains approximately 1,000 entries. Each entry will have a unique image and unique text. I've been testing it and there ...
0
votes
1answer
37 views

Why Is ActionBarSherlock SearchView Not Working?

I'm a noob to android development and I'm trying to implement the search bar so that i can search a listview. I have no issues getting the searchview to appear. However, when I enter text into the ...
0
votes
1answer
33 views

Item click event doesnt works correctly

The item click event works only when the list activty is first created. if I leave the activity or close the application, the event no longer works. Only if I reinstall the application. Any help? MY ...
0
votes
2answers
20 views

setDrawable with dynamic parameter

I am using a listview with a basic adapter. Each row has 1 imageview + 1 textview. I want to be able to populate the image of each row dynamically with code, not xml My images are located in my ...
0
votes
1answer
29 views

how to combine ListView and actionBar

I'm want to have a layout containg an actionBar and a listview of names. The point is that when i try to combine both action bar and listview i get something wired: the action bar is shown every each ...
0
votes
1answer
30 views

highlight characters in a android listView

I have a listView that contains phone contact list. I have implemented search to search from that contact list. But i want highlight the characters from the list based on search criteria entered by ...
-1
votes
4answers
43 views

android setonitemclicklistener to pass multiple values to another activity?

i am new in android so please help me about these problem How to pass multiple values (like text & image) of listview to another activity show details view of the list view item selected(clicked) ...
0
votes
1answer
174 views

List view webpart JS Link is not working - Sharepoint 2013

I am trying to render the UI of list view webpart using JS Link option in SharePoint 2013. I uploaded the colorcode_items_script.JS file to masterpagegallary as 'JavaScript Display Template' content ...
0
votes
2answers
45 views

Trying to do custom listview but it has error when I try to connect with database

I have been searching about how to bring data from mysql and show them with custom listview. Now, I found a problem with Http request. Could anyone please help me check this code? I cannot find out ...
0
votes
0answers
24 views

JQuery Search / Filter listview bad Performance - manually trigger search

I have implemented a JQuery listview and enabled the search within this list: <ul class="poi-list" id="poi-list" data-enhance="false" data-inset="true" data-filter="true" data-role="listview" ...
0
votes
0answers
16 views

ListView nest GridView

I nest a GridView in a ListView item to show the picture. There are three columns. When showing one picture, there is a large portion of margin on the right of picture. I click the margin it no ...
0
votes
1answer
32 views

How to set two different Fonts for two columns of ListView?

I am creating an windows application by using C#.net.In that on one form,i've a ListView with two Columns,one Containing UserID & Other Containing UserName.I would like to set two Different ...
0
votes
2answers
23 views

c# itemCommand goes to aspx.vb

just got a really nub question, I am in the process of following a tutorial on how to make a shopping cart demo with c#, for some reason when i double click on the 'itemCommand' on the events tab in ...
-5
votes
3answers
50 views

Implement A Mutli Level Listview [closed]

What is the best way of implementing multi level listview ? I have an item that is classified into 1 category and 2 subcategory. So it looks like this Cat 1 > Sub-cat a > Sub-Sub-cat b > Item > ...
0
votes
2answers
31 views

Showing progressbar in listview while downloading

There's a "download" button in each listview item. While the button is clicked, it will start a worker thread to down files. And at the same time, the button changed to progressbar and showing the ...
0
votes
2answers
68 views

VB.NET: How to dynamically select a list view item?

I need to dynamically select an item in a listview based on what was selected previously. The items that have been selected in the past are retrieved from a database and added to an Arraylist. These ...
1
vote
1answer
28 views

ASP.NET Control Data Source changed by another Control

I have an ASP.NET Gridview control that allows you to select an employee. The employee entity has a navigation property for group entity. I have an ASP.NET ListView control that displays all the ...
-1
votes
0answers
19 views

Outsorce ImageLoader from LazyAdapter

How I can say: Load the Images in a another Class and put it in the ListView? Now I do that so: public View getView(int position, View convertView, ViewGroup parent) { View vi=convertView; ...
0
votes
2answers
38 views

Getting listview ID name

I'm passing a listview in to an onselect but theres a couple of ways it's called from different listviews. So i'm trying to work out which listview is being clicked. I thought I could do the ...
0
votes
0answers
11 views

Android - shared data tree and many adapters for each level

What I have is a structure like that: Main item 1 child 1 ... child 2 ... child 3 item 2 child 4 ... item 3 child 5 I now have a view pager with the main items and clicking on an ...
3
votes
1answer
102 views

Delphi XE4 detect an item switch between TListGroups

I've been using Delphi XE4 for a week now and I've just discovered the new TListGroups feature. It's easy to set the TlistItem's GroupID to switch/move between the groups with ease. Now, I would like ...
0
votes
3answers
55 views

Repeted Items in ListView

I have created a custom listview with array adapter. It contains a Edittext and some other radiobuttons etc. My listview shows repeated views after every4 views. I.e hen I type in 1st Edittext it got ...
-1
votes
0answers
30 views

Displaying Get-Process with Listview

I'm experimenting with PowerShell and trying to learn more about it. So far I've grasped the basics and am now trying to use it in conjunction PrimalForms to create a GUI. What I want to do is, with ...
0
votes
2answers
28 views

Listview to uiwebview?

I can create a list of 5 websites in a listview but how do I get it to do this.. On clicking one of the items in the list it should then take me to a uiwebview to display the URL within the app with ...
0
votes
0answers
37 views

@ function execute twice when click

I need some help here. My app need item in ListView to realize @ function.when I click on it ,the jump action execute twice.The code blow I use on simulator work fine,but on device it come the issue. ...
0
votes
1answer
40 views

When I'm scrolling a list. then click on any view. I'm getting wrong position

Here I'm maintaining a list view with buttons & edit box. But when I scroll the list and then i perform a onclick operation on any button. it performed wrongly. like when i clicked 3rd row then ...
0
votes
1answer
36 views

Android ListView using pictures as clickable entries to display information

I'm currently working on how to display certain entries in an Android app. What I plan to do is have a list of entries that the user previously filled out be viewable by clicking on the picture (which ...
0
votes
3answers
58 views

Adapter Not Showing Anything

i want to make a view as bellow : for control it, i made JSON in my class variabel, this is my Activity : public class KategoriNomorPolis extends ListActivity{ ListView lv_epolicy; ...
0
votes
1answer
52 views

How to add space between items in android listview?

I would like to add padding between EACH item in a listview, but I would like to keep the default divider as I think it is aesthetically pleasing. Anything wider looks ugly. I currently have: ...
0
votes
2answers
24 views

Draw and listview in same activity/screen

Hello i'm a beginner in android programming (and in stackoverflow)! I have an activity with a RelativeLayout (i will call it rl1 to be more easy to understand) layout type. Inside of rl1 i have a ...
1
vote
2answers
41 views

How to get position of clicked listview in single clicked contextmenu

I have a defined listview in xml and add the data by modifying it through adapter.. I want to display context menu by single click the list, which I already done.. But how to get the clicked list ...
0
votes
0answers
33 views

Android: Custom CursorAdapter to alternate resources

This problem has been stuck for a while in my head. What I need to do: Show a listview with alternating resources for the items in the listView. What is my problem: So far I can alternate resources ...
0
votes
3answers
59 views

Filtering items in a Listview

I am trying to filter items in a ListView by using a TextBox. I've managed to make something, but it can only delete items from my listview, not bring them back. Here is a little example of my code: ...

1 2 3 4 5 283