Top "Listviewitem" questions

Represents an item in a ListView control.

Dynamically change the row height in a listview based on number of list items

I was creating an Android Application in which I use a ListView. The ListView consists of CheckedTextView list items. My …

android android-layout android-listview listviewitem
How to disable items in a List View?

I have a list view which is populated via records from the database. Now i have to make some records …

android android-widget listviewitem
Android ListView item highlight programmatically

I know it's been asked around but I haven't found quite the answer yet (new to Android so sorry about …

android listview highlight listviewitem
ListViewItem custom template: ContentPresenter stays empty

I have the following ListView in my code. views:GameCard is a custom UserControl and {Binding} is a valid DataContext …

wpf xaml templates listviewitem contentpresenter
Add SubItems to ListView without using XAML

How do you add sub-items to a ListView? I need to generate everything dynamically, but every example I've found uses …

c# wpf listview listviewitem
Listview error: "Your content must have a ListView whose id attribute is 'android.R.id.list'"

I am getting an error in my logcat saying "Your content must have a ListView whose id attribute is 'android.…

android android-intent android-listview android-relativelayout listviewitem
ContextMenu for ListViewItem only

I have a context menu - problem is I need it to only open when a listviewitem is clicked. Right …

c# wpf contextmenu listviewitem
How to add ListViewItem to WPF multicolumn ListView by hand (no binding) in XAML

I have a problem with ListView design in Expression Blend that is harder than I thought it should. I'd like …

wpf xaml listview gridview listviewitem
How can I set an icon for a ListViewSubItem?

In a ListView you can have icons on each item. When viewing in Details-mode, the icon is shown in the …

c# .net winforms listview listviewitem
How can I programmatically add a multi-column ListViewItem without any data binding?

I have a ListView with 3 headers, declared in XAML as follows: <ListView Name="myListView"> <ListView.View> &…

c# wpf listviewitem