Represents an item in a ListView control.

learn more… | top users | synonyms

0
votes
0answers
15 views

[WPF]Dynamic add column in ListView(GridView), How to customize the ListViewItem's tempate?

I have create a ListView lv, and set lv.View as a GridView instance. And lv.View.Columns.Add(...) programmatically. (Each column has a BindingName) And set ItemSource with a list of dictionaies. ...
1
vote
1answer
36 views

listview item's view returns to original state after scroll the view off the screen

I have button in listview item and when it's clicked horizontal progressbar start loading and when it is done loading two button should appear in that item in listview. While progressbar downloading ...
0
votes
3answers
54 views

onclick not working in listview , switch case error

the problem is in the switch statement as i couldn't get the list view items position to display a toast .. i then have to use a webview to open a html document using the listview .. plz help ! thanks ...
0
votes
1answer
44 views

VB.net Option Strict, listview.items.add(itm.clone) Overload

In VB.net (2012) I have the following code: For Each itm As ListViewItem In Me.lvCustomers If CDbl(itm.Tag) <> customer.Id Then Me.lvMerges.Items.Add(itm.Clone) Next With Option Strict On ...
0
votes
1answer
40 views

Listview item click issue

I have added leadbolt ad(entry ad). The advertising works correctly but listview.click doesn't work when I close ad from close sign. (Listview.click does not do anything, It works when I remove ...
0
votes
2answers
62 views

C# Serialising/deserialising Listview

I'm trying to serialise data from a ListView as well as then deserialising it and also consequently fill the ListView with the saved data. public List<ListViewItem> SaveListView(ListView LV) ...
-1
votes
0answers
39 views

can get value of each coloumn

nim 310910022 320910044 310910043 310910021 access 0 2 3 5 abdi 1 0 ...
0
votes
0answers
54 views

WPF select ListViewItem using enter key

I have ListView like below. I want to navigate ListViewItem using keyboard up and down key. I implemented that functionality and working fine using this code: private void SelectItemKeyDown(object ...
1
vote
1answer
32 views

Refresh items in DragSortListView

Am making a ListView with DragSortListView, so I can move the rows to reorder the list. Well, I need to modify the behavior of the List. By default, the list can't be reordered (setDragEnabled = ...
0
votes
3answers
98 views

Changing font colour of textblock inside listview on selection

I'm trying to change the colour of a textblock that is a listview item when that listview item is selected. The data template of the listview item is as follows: <DataTemplate ...
0
votes
1answer
147 views

How to set focus to listitem in ListView in Windows 8 (C#) apps

When I enable keyboard access and I scroll the listview programatically to item nr 50, I want to set the focused item to nr 50 so if the user presses the down arrow he will scroll from nr 50 and down. ...
1
vote
1answer
73 views

How i change ListView Item Background Color according to listview item HarfNotu value in wpf

My ListView looks like: http://oi36.tinypic.com/ek5n3o.jpg My listview xaml: <ListView Name="notListView" Width="550" HorizontalAlignment="Left"> <ListView.View> ...
1
vote
3answers
93 views

Android Listview : Dislay Item details onItemClic

I have been working on a e-commerce application for a while, and now i have a ListView that displays a list of products - Each products = 1 ImageView and some TextViews-. I set an onItemClick ...
0
votes
1answer
35 views

How would I transfer selected listview item to another listview

I have so far managed the hard bit of selecting the Data I want from my ListView and opening the next activity with the following code. list.setOnItemClickListener(new OnItemClickListener() { ...
0
votes
0answers
22 views

adding listview control multiple times / control array

i am trying to add contents in run-time using the following code ListViewItem LL = new ListViewItem(); LL.Text = "Microsoft"; LL.SubItems.Add("http://microsoft.com"); ...
0
votes
1answer
39 views

ListView Item Positioning

Hey guys I'm stuck with the follow scenario: I have a list of GraphItems which I would like to display on the screen using a ListView (I'm not sure if it's the best way to do it) but the rows it self ...
0
votes
0answers
40 views

get onclicklistener from search function listitem

this my coding for searching function, and i want to ask how to make setonclicklistener from the search function so i can get item in the array and make it in the new layout(xml). thank you :) public ...
0
votes
3answers
159 views

C# listview count >0 but has no items how is this possible?

Perplexed by this listview object yet again. My code is kicking out a "subscript out of bounds" error when I try to retrieve the selected listviewitem from a listview in a windows form. Using the VS ...
0
votes
0answers
69 views

Android - OnItemClickListener item position gives null - custom control + adapter

I recently started to learn Java for Android, and I am coming with some experience in C#. I have created a project with a custom ListView control and adapter and what I am trying to do is that when ...
0
votes
1answer
19 views

Null Reference Exception with ListViewItem

I have the following code: class Album { private string name; private Music[] musics; private const int MAX_MUSICS = 100; private ListViewItem[] back; public ListViewItem[] ...
0
votes
2answers
156 views

Why is my WPF listview code throwing an excpetion when programatically selecting a row

I am trying to programmatically highlight the first row in a WPF listview control using VS2008 with 3.5 of the .NET framework. Here is the C# code for this: ListViewItem Val = ...
3
votes
2answers
296 views

Android adapter.getItem(position).getItemId() not working (The method getId() is undefined for the type Object)

I have a listview and i am populating the data to the list view form DB using custom adapter. Its working fine, but when i click on the list item, i want to get the ID of the item which is clicked to ...
0
votes
0answers
33 views

How to link clickablespan item to a list view

I am developing an Android app. The aim is to display a text where some words are replaced by blanks, then when user taps on a word, a list of candidate words are shown so that they can try to guess. ...
0
votes
2answers
177 views

How do I change a list view item dynamically?

I basically want something similar to the Twitter or Pocket app where you long click on an item in the list View and it gives you a set of options to perform on that item by changing the layout of ...
0
votes
0answers
61 views

In listview - webview showing wrong url link

In listview row ->webview showing wrong url link I am using custom adapter for load webview as a listview item, And showing different urls in that webview. But problem is loading wrong url in webview. ...
0
votes
0answers
22 views

wrong URL link showing with webview in ListView

I am using custom adapter for adding webview as a row item of List View, Everything is working fine. But webview showing wrong URL link. Please! how to show correct URL link in correct row (webview) ...
0
votes
0answers
25 views

How to implement an embedded item's preview in the WrapPanel of the ListView in WPF

I'm trying to embed the item's preview in the WrapPanel used as an ItemsPanel of the ListView (tiles). What I need can be easily illustrated by Google Images or iTunes Albums view: square-like items ...
0
votes
0answers
60 views

Add ListViewItems to a ListView on another UserControl in WPF

I have a Window which has a Frame that hosts a UserControl. The UserControl has a ListView and a Frame which hosts another UserControl which has data capture fields. I need to add an item to the ...
0
votes
1answer
199 views

How to add a listViewItem with its own unique image

C#'s ListView has the follow add methods available for adding an entry public virtual ListViewItem Add(ListViewItem value) public virtual ListViewItem Add(string text) public virtual ListViewItem ...
0
votes
0answers
21 views

How to SetText the text from Listview to EditText of Another Activity when a row is clicked?

I have a listview, I want to pass the Text of the listview to edittext of the another Activity.Can u help? public class MainActivity extends Activity { private ListView listView1; @Override public ...
0
votes
1answer
69 views

How can I change custom item in ListView

JavaFX - I have a class Record with a method(and other functionality) public String getName(). I have ListView<Record> listview and here is the code to display Record's name: ...
6
votes
5answers
209 views

ListViewItem text truncated after selection - Compact Framework

I have a ListView with some ListViewItems (only text). listView1 = new ListView { View = System.Windows.Forms.View.Details, HeaderStyle = ColumnHeaderStyle.None }; ...
3
votes
2answers
146 views

ListViewItem Border - Compact Framework

I have a ListView where I add as Items some ListViewItems. The View property is set to Details. When the ListView is displayed the ListViewItems haven't any border (top and bottom line that separates ...
0
votes
4answers
62 views

Generic List of ListViewItems

Sorry for the title, I couldn't think of a more descriptive/succinct way to convey my problem. My problem is that I have a function which operates on a collection of ListViewItems via a ...
0
votes
1answer
98 views

How to get changes in listview item to arraylist item behind it

I need a dynamic list of heterogeneous items with editable fields. Seems a bit complicated, but essentially user can add/remove items; each item can be of different type (I have an abstract class ...
0
votes
0answers
143 views

how to set list item to fullscreen in single activity android?

Actually I have bunch of images and I am passing those images to my custom array adapter to be present in a list view, I am getting a wonderful presentation of images in list view. But what I want is ...
0
votes
1answer
149 views

listview item button change text

How is it possible to change text in a textview from a listview item. I got a productAdapter and now i try to add a onclicklistener for the items. I got 2 buttons in my listview items when i click ...
1
vote
1answer
198 views

Refresh ListView in ImageButton.onClick inside getView off a BaseAdapter

I have an activity that is generated by a custom BaseAdapter and look like this: This is the getView off the custom BaseAdapter: @Override public View getView(int position, View view, ...
1
vote
1answer
310 views

How I can remove a item in my ListView?

Hi I want do delete a entry in my asp.net ListView and it don't work with my code :( my code: protected void ListView_ItemCommand(object sender, ListViewCommandEventArgs e) { ...
0
votes
3answers
112 views

Listview item not being displayed

I am having trouble determining why my data is not being displayed. Here is my xaml.cs file. I left off the references as it compiles and runs fine. public partial class MainWindow : Window { ...
0
votes
0answers
96 views

Position of a ListView item onTouch

Is there a way to get the position of a ListView child onTouch ACTION_DOWN event? listView.getChildAt(position_when_touched).setBackgroundResource(R.drawable.newBackground);
0
votes
1answer
86 views

How I can use a ListView with a default row and can add new rows?

I want to use a ListView for my ASP.NET Application and I want if I start the application I the the ListView with one Row and this Row have a few columns with TextBoxes. The Application is for create ...
4
votes
1answer
232 views

Alphabet Indexing in Listview.. Ignore Section Indexing [duplicate]

I've successfully implemented the Indexing as below using. I know about section header, So need of that. http://spinettaro.blogspot.in/2011/11/android-snippet-code-android-listview.html My ...
-3
votes
1answer
62 views

Using ListViewItem in WPF

foreach (string file in files) { string fileName = System.IO.Path.GetFileNameWithoutExtension(file); ListViewItem item = new ListViewItem(fileName); item.Tag = file; ...
0
votes
2answers
106 views

Get single listView SelectedItem

I have the MultiSelect property of the listView set to false and I'm trying to get a single listViewItem. But the available property is SelectedItems. I've been using the following code... foreach ...
0
votes
1answer
292 views

Kendo listview item/element access

I have the following template with 'Name' populated though PHP/mysql. Note that I have a remove button(a tag). <script type="text/x-kendo-tmpl" id="template"> <div class="usrList"> ...
1
vote
1answer
282 views

ListViewItem won't stretch to the width of a ListView

I'm currently designing a windows 8 store app using XAML but I have a minor sizing issue. I have a ListView with a DataTemple. The code for my ListView & DataTemplate are below: <ListView ...
0
votes
3answers
121 views

How to create search functionality in listview [duplicate]

I want to create search functionality in listview,i have a small doubt that using arraylist can we perform search functionality.Here i ahve attached the code..where the Totalarraylist is the ...
2
votes
4answers
91 views

Want Count ListView Items and show counter on every ListView Items

I got stuck in Counting ListView items and show Counters on Particular ListView Items . Pleas see below for actually what I want to do: Here's a sample of ListView Items: Syllabus (List Items ...
1
vote
2answers
577 views

Selected items of listview checkbox in MVVM WPF

I want to pass selected items of listview checkbox in view model, later I will use further process to store in database. Code in the FormWeek.xaml as <Window.DataContext> <Binding ...

1 2 3 4 5 8