0
votes
2answers
35 views
Android: SQLite and ListViews
Firstly, I have found many examples of how to grab data from a db and place it into a list, however this seems to be all for ListActivites.
My list is part of the UI and therefore …
0
votes
2answers
41 views
Best way to manage ListViewItems in a Detailed ListView?
I've adopted the following pattern for putting ListViewItems in a ListView with multiple columns (when I want to display information about a list of MyObject types), and I'm just c …
0
votes
2answers
24 views
How to to get a DataPager to switch to new ListView datasource?
I have a single ListView with a DataPager that loads datasource 'A' within an UpdatePanel. Datasource 'A" is loaded on Page_Load.
if (!IsPostBack)
{
GetBookmarks(0);
}
An On …
0
votes
1answer
24 views
Android empty list layout
Android empty list layout
Whatever I do, I can't get the empty tag to display. Inside my tabs, I've got:
<LinearLayout
android:id="@+id/thisParticularTab"
android:orientation= …
0
votes
2answers
35 views
Nested ListViews in ASP.NET
I am nesting 3 listviews.
I use the itemdatabound event to find my second listview to bind to.
My question is how do I find the third listview. How do I access the itemdatabound …
0
votes
1answer
32 views
Best way to display multiple data items in WPF?
I know there has to be an easy way to do this, I just can't think of it. I need to display a set of notes in a WPF application. The layout for each note would be
Note Name Note …
0
votes
2answers
28 views
Getting C# listview to show thumbnails only when needed
I wanted to make the listview show thumbnails only when the items are visible on the screen.
Is there a way to do this?
0
votes
5answers
75 views
Android, Custom ListAdapter get TextView-Text
Hello guys
I coded an own Adapter and added it to my ListActivity via an ListView.
The reason why I wrote an own Adapter is, that i had to make some layout changes to the list-en …
0
votes
1answer
56 views
Answer to making a nice looking ListView filter on Android
Hey all,
After some playing around, I have finally made a ListView that is filter-able and looks ok.
HTH,
Hamy
2
votes
3answers
17 views
.Net Windows Forms ListView OwnerDraw LargeImageList leak
Hello there,
I'm ownerdrawing .Net Windows Forms ListView control and see a very strange bug/behavior when I need to draw an image from the associated LargeImageList.
When the Vi …
0
votes
0answers
24 views
Vista/Win7 Listview “View Slider”
In Vista and Windows 7 almost any time the system uses a standard Listview (ie: Explorer Windows) it's accompanied by a little split button that shows a slider when the split is cl …
1
vote
2answers
36 views
onCreateContextMenu is invoked with a null value for ContextMenuInfo
I'm attempting to use a ContextMenu.
I've successfully done this for a simple ListActivity using SimpleCursorAdapter.
Moving on I want to replace SimpleCursorAdapter with CursorAda …
0
votes
0answers
27 views
(Android) How to fill elements in an Android ListView programmatically ?
Hi there, I have a ListView with an adapter extending BaseAdapter. I create a view (from a LinearLayout and I put some items ont it depending on some parameters. I have a textview, …
1
vote
2answers
39 views
How can I load a folders files into a ListView?
I'd like to have a user select a folder with the FolderBrowserDialog and have the files loaded into the ListView.
My intention is to make a little playlist of sorts so I have to m …
0
votes
2answers
26 views
In my ListView control, is there a way for me to GET the index of a clicked item?
Pretty straight forward question, but I can't find a way to do it.
When a user double clicks an item in my ListView I want to save the index number of the clicked item.
