Top "Listviewitem" questions

Represents an item in a ListView control.

Android ListView with different layouts for each row

I am trying to determine the best way to have a single ListView that contains different layouts for each row. …

android listview listviewitem
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 …

c# winforms listviewitem
How to change color of ListView items on focus and on click

i have a list View in my app (this is the xml layout): <?xml version="1.0" encoding="utf-8"?> <…

android listview background-color listviewitem
C# Change ListView Item's/Row's height

I want to change the Item's/Row's height in listview. I searched every where and I figured that in order …

c# listview listviewitem row-height
Android:To set an item as selected when the ListView opens?

An activity has a Button and a ListView. Initially, only the Button is visible. When the button is pressed, the …

android android-listview focus listviewitem
How can I achieve a dashed or dotted border in WPF?

I have a ListViewItem that I am applying a Style to and I would like to put a dotted grey …

wpf styles border listviewitem
WPF ListView - how to add items programmatically?

Even if I know it's not ideal - I need to programmatically populate a listView (for whatever reason). I am …

wpf listview listviewitem populate
Android ListView with RadioButton in singleChoice mode and a custom row layout

I have a ListView, which is in singleChoice mode. All I want is to display a RadioButton to the side, …

android listview radio-button listviewitem
How to set a WPF ListView Selected Item color?

I am trying to recreate the Mail UI from Windows 8 in a WPF application running on Windows 7. Here's what I …

wpf listview styles background-color listviewitem
How to define ColorStateList for TextView?

When my ListViewItem is highlighted, I want the text to turn white. How can I define this? <selector xmlns:…

android listview colors listviewitem