Tagged Questions

0
votes
1answer
12 views

Android: How can I add HTML links inside a ListView?

How would I go about adding clickable links inside a ListView?
1
vote
1answer
23 views

Problem printing multipages ListView in C#. Can’t figure it out.

I am having an issue printing listView items. the problem I think is at private void PrintPageDetail(PrintPageEventArgs e) So this is what's going on: it prints whatever fits on …
0
votes
2answers
35 views

C# List View Ordering

I'm coding in VS2008 using C#. On my form, I have a ListView control. Now, it's purpose is for the user to add items to it. However, each new item is added AFTER the last item in …
0
votes
1answer
32 views

Android: ListView with rounded corners…

I was wondering if there was a way to create a ListView with rounded corners in Android...
2
votes
2answers
73 views

WPF ListView - is it better in Visual Studio 2010?

I've tried implementing a readonly grid of items using the WPF ListView. It appears to me that this is a poorly designed and implemented control. (Unlike most of WPF which I like) …
0
votes
1answer
15 views

WPF ListView : Header styling

I want to have a ListView with columns and a particular style: The background for ALL column headers should be transparent except when the mouse is over in one of them. When thi …
0
votes
6answers
34 views

asp.net — ListView data control

Hello there, I have a asp:ListView control that I bind with a List. When Editing records in this ListView control, I can always get the Unique Id of record being edited by using: …
1
vote
2answers
32 views

i need to change the backcolor of the selected item in listview with multiple columns.

As the title goes. I already implemented this in listbox. now i want to implement this to listview with multiple columns. can you also include drawcolumnheader example?
0
votes
1answer
156 views

How to display data from a text file in a listview?

I want to get data from a text file to a listview. A sample text file contains: 0th member first=XXXXXXXX second=YYYYY000 1 first=XXXXXXX1 second=YYY1111 2 first=XXXXXX22 secon …
0
votes
2answers
24 views

Multi-line list items on WinForms ListView control?

Hi there, Is there a way to display multi-line text in standard Winforms listview control? Thanks, Kemal
0
votes
1answer
21 views

Android: Moving window of items in a ListView?

I am trying to update the ListView with periodic updates taken from an HTTP response. Now, I am thinking that because this is very specific to my application, I can get away by usi …
0
votes
7answers
39 views

How should data be synchronized between a WinForms GUI control and the client class?

What method is considered the "standard" for keeping data structures within GUI controls synchronized with the data structures that are maintained by the application? For example: …
0
votes
2answers
58 views

Custom drawing in TListview descendant.

I have a descendant of TListView that offers some additional features, such as sorting and ability to load itself from a TDataset. I now wish to extend this component further so …
0
votes
2answers
52 views

Android: EfficientAdapter with two different Views

I'm using an extended version of BaseAdapter based on the EfficientAdapter example from the SDK demo samples. My data is basically an object (ListPlaces) which holds an ArrayList …
0
votes
1answer
11 views

Set a Row to Bold in Listview in WPF

I have a Listview like the Address book in outlook. and it looks like Name Phone ---------------------------- Everyone User1 12345 User2 …

1 2 3 4 5 43 next
15 30 50 per page