2
votes
3answers
1k views
WPF ListView turn off selection
Hi everyone,
I have a simple WPF ListView and a simple question:
Is it possible to turn off the selection, so when user clicks row, the row is not highlighted?
I would like the row 1 to look just …
0
votes
1answer
13 views
Controlling width/layout in CListCtrl (Icon view)
Apart from the fact I still can't see why this class fills columns and scrolls horizontally, rather than filling rows and scrolling vertically, I'm confused how the width of items is controlled. I'm …
0
votes
0answers
11 views
Nested Listview with insert, edit, delete
Nested Listview with insert, edit, delete for asp.net. Found many examples but not with insert, edit and delete
2
votes
1answer
80 views
add 2-line caption in a TListView?
in a label i can add a new line like this
Label.Caption:='First line'+#13#10+'SecondLine';
can this be done in a TListView?
listItem:=listView.Items.Add;
listItem.Caption:='First …
0
votes
0answers
7 views
Jump to listviewitem by keypress
Hi,
I'm looking for any way - and I'm pretty sure there is a default way but don't now how - to select an item in a listview by pressing a key. And the possiblity to specifity the selection by …
0
votes
1answer
8 views
ListView in a HorizontalScrollView in Android
I have an ListView inside a HorizontalScrollView and it works perfectly fine, except for the initial load. I'm loading the data for the list view from a web service so I created a thread to do that. …
0
votes
2answers
16 views
Copying data from a Winforms ListView
Is there a way to copy the text of the selected subitem from a ListView in .NET Winforms?
0
votes
1answer
52 views
Adding Rows to Gridview without using databind
Hello,
I have a gridview inside of a listview predefined in the xaml:
....
<ListView x:Name="listPriority" IsSynchronizedWithCurrentItem="True" Margin="0,30,0,4" BorderThickness="0,0,0,0">
…
3
votes
1answer
19 views
Android: ListView non-enabled items draw invisible divider
If I have a ListView with two different kinds of items, enabled and disabled ones (meaning selectable and non-selectable), Android draws a small divider correctly between the enabled items, but not …
0
votes
1answer
25 views
Android list view clarification quest
Hi guys,
My scenario:
-I'm using a list view in multiple choice mode to enable a user to
delete several items he/she has checked, at once.
-When the user clicks the delete button, i do the …
0
votes
2answers
37 views
How can I customize SharePoint list column aggregation (total) calculations?
I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to be able to perform a …
0
votes
0answers
21 views
WPF ListView : Why is one item not selectable?
In my WPF application I have ListView bound to a generic list. It works fine so far but yesterday something really strange did happen.
There were about 200 items in the ListView but only one of them …
1
vote
1answer
22 views
Use Python to extract ListView items from another application
Hello all,
I have an application with a ListView ('SysListView32') control, from which I would like to extract data. The control has 4 columns, only textual data.
I have been playing around the …
1
vote
0answers
30 views
properly resize wpf ListView’s last column
How to properly handle listview's last column sizing in such a way that:
listview does not display the ugly and unused 'extra' column (see picture 1, or here for example)
the (actual) last column is …
0
votes
2answers
29 views
How to force screen update for list view from non-UI thread (iPhone)
I have a background thread listening to network, using a callback to process and store data. When it's ready (UI) controller gets a sync Notification, requests data, updates list and refreshes screen …
