0
votes
2answers
27 views
Populating a ListView with objects from a List<>
I am currently converting what was a Console Application into a Windows Form application.
Fortunatly i initially designed the application to work with a GUI in the future so there was not much code to …
0
votes
1answer
15 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 …
1
vote
2answers
17 views
Free Winforms DataGrid or ListView with Grouping Capabilities
Does anybody know a free datagrid or listview control with grouping and master/detail capabilites?
0
votes
3answers
26 views
Grouped Gridview
I am in the process of transitioning an Access DB to a Web application. The Access DB currently produces reports using grouping e.g.:
Country
-------------------------------------------------------
…
1
vote
2answers
38 views
Setting a column style? (Unmanaged c++)
I'm currently able to set a listview style VIA the ListView_SetExtendedListViewStyle method, however this makes all columns have the same style. My goal is to only modify one column (to basically have …
0
votes
2answers
21 views
How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?
I need to access a label control in a listview when i've clicked a button (that is on the same row)...
Does anyone know how to do this please? :(
See below for more of an insight...
ASPX Page:
…
0
votes
2answers
19 views
How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?
I need to access a label control in a listview when i've clicked a button (that is on the same row)...
Does anyone know how to do this please? :(
See below for more of an insight...
ASPX Page:
…
0
votes
1answer
12 views
android how to get every row’s imageview
I am having custom Listview. Every row in listview contains image and textview.
After finishing the page I want to execute a thread which will get the reference of all the rows then will extract …
0
votes
3answers
35 views
Combo box inside of list control? (Unmanaged C++)
I'm using unmanaged C++ and I was wondering if I could embed a combo box inside a column of my List View. I have tried googling for information, however I keep finding C# articles on the subject.
It …
0
votes
1answer
20 views
How can I synchronise column orders in two listviews?
I have two ListViews in my app, with an initially identical collection of columns. When the user reorders the columns in one, I want the columns in the other to be reordered.
I have the following …
0
votes
1answer
19 views
WinForms ListView empty rows glitch
I have a glitch in a WinForms C# ListView (with custom modifications to sort and filters on all columns, but it happened also in a standard ListView).
I modify the ListView Items with this (fairly …
0
votes
2answers
22 views
Custom controls in a row of a list view
I want a list view control (or any list like control) in which each row (item), not only has text, but also some other controls. For example, each row (item) in my list view is composed of a checkbox, …
0
votes
1answer
12 views
wpf: name in one column, TextBox/ListBox/Slider in the other
I would like to display a bunch of settings in a window and offer different ways for the user to set them (TextBox, ListBox, etc).
One column has the names of the settings, and the other has the …
0
votes
0answers
37 views
Databound Listview in UpdatePanel
Hello
I am using a Listview in a usercontrol that I databind to a list of object in the page load event.
protected void Page_Load(object sender, EventArgs e)
{
if (IsPostBack) …
0
votes
1answer
16 views
ASP.Net Listview & AJAX Update Panel
Guys,
I have to create a listview which contains thumbnails of few items, and when we click on the more button it should display rest of the items in the same listview,. how do i achive this, i dont …
