objectlistview Questions
2
When building groups in ObjectListView, how do I change the color of the group? In default groups are shown with a dark blue line in dark blue forecolor. How can I change it?
Garlinda asked 21/9, 2015 at 16:55
2
I am using Graphics.DrawString in an ObjectListView. I need to highlight some words in the string (make their background yellow). Can this be done?
Before using Graphics.DrawString, I could ...
Fractional asked 2/2, 2016 at 13:59
1
Solved
I want to change the name of the group header but i cant find any solutions in the documentation or on google.
the text in the header should be a time which is summed up in the group.
this is how...
Tashinatashkent asked 25/9, 2015 at 10:12
2
Solved
I have a custom control containing a textbox and a button. I use the custom control as an editing control for a specific column in an ObjectListView.
On CellEditStarting event I do:
private void ...
Pict asked 5/2, 2015 at 7:15
1
Solved
I'm using ObjectListView in winforms application, and i encountered a problem, in my List i wont if i click on any column of my row it should be selected (all the row).
this is my code:
olvSongs....
Claudeclaudel asked 15/11, 2013 at 14:37
2
Solved
I have a simple question which i am not able to solve myself.
I have an ObjectListView filled with some of my objects. But in addition to that I want to have another column, with a default text "D...
Inappropriate asked 27/9, 2012 at 20:20
1
My application uses the Q and A keys to move to the next item in an ObjectListView, which works great as long as the user doesn't sort the list items using one of the column headers. If the user ha...
Bartie asked 24/4, 2013 at 9:16
1
Trying to put icons in ObjectListview, here's my piece of code where icon should have been put:
objectListView1.SmallImageList = imageList1;
deleteColumn.IsEditable = true;
deleteColumn.ImageGe...
Gulgee asked 22/3, 2013 at 8:34
2
I tried the demo code in demo project but I can't add new item successfully.
It just add new new NULL group and NULL item.
Please give me an simple example code to add new item (text and image).
T...
Klump asked 31/10, 2011 at 3:59
1
Solved
I've started using Django and am going right to generic views. Great architecture! Well, the documents are great, but for the absolute beginner it is a bit like unix docs, where they make the most ...
Multinational asked 29/6, 2011 at 4:26
1
Solved
For example I have a big sentence:
"I like to eat pie and have fun around the house all day long!"
And I want it to appear like this:
"I like to eat pie and have
fun around the house all
day long...
Jennings asked 16/4, 2010 at 14:42
1
Solved
If I'm using a ListView in virtual mode then, as I understand it, the list view only keeps track of a small number of items in the list. As the user scrolls it dynamically retrieves items it needs ...
Blairblaire asked 26/3, 2010 at 18:41
1
Solved
Is it possible to use ObjectListView, which uses the GPL v3 license, legally in a closed-source program that will be sold?
If so, what has to be done to make sure to not violate the license...
Science asked 19/2, 2010 at 17:27
1
© 2022 - 2024 — McMap. All rights reserved.