Tagged Questions
6
votes
1answer
347 views
how to sort in Tlistview based on subitem[x]
how to sort in tlistview with data present in subitem[x]
regards
4
votes
1answer
358 views
TListView: Adding new columns and subitems during runtime
I'm trying to add a column between existing columns in a TListView. Therefor I add the new column at the end and move it by setting it`s index to the designated value. This works, until adding another ...
3
votes
1answer
102 views
In Delphi, how can I force tListView to always show selected row, even when not focused.
The selected row of a tListView appears blue, but only when the control has focus. I'd like the selected row to always be displayed, whether the control has focus or not.
3
votes
2answers
846 views
drawing a checkbox in a TListView
I need to draw a checkbox in a particular column in aTListView, so i check this question How can I setup TListView with CheckBoxes in only certain columns? and in the accepted answer suggest use the ...
2
votes
1answer
113 views
How change text color in a column in TTNTListView?
I use a TTNTListView in Delphi 7.
It is set to vsReport.
At OnCustomDrawSubItem event I use this code:
procedure TForm.ListViewCustomDrawSubItem(Sender: TCustomListView;
Item: TListItem; SubItem: ...
2
votes
0answers
201 views
Delphi TListview Scroll While dragging [closed]
Possible Duplicate:
Scroll TTreeView while dragging over/near the edges
I have a Tlistview with about 50 items in it, The Listview is configured for drag and drop which working fine if I ...
2
votes
3answers
547 views
Cause 'hint' to refire on listview as I move over items
Sure I've seen this done before but off-hand I can't find any examples.
I've got a TListView, set in 'report' viewstyle. It has about half a dozen subitems, and one thing we'd like to do is have the ...
2
votes
1answer
303 views
Set TShellListView Persistent Column Widths in Code
Is there any way to persistently set the column widths on a Delphi 2007 TShellListView in vsReport mode using code? The normal ShellListView.Columns[0].Width property only sets the width for the ...
1
vote
2answers
96 views
Fixing an error in a method declaration in a form in Delphi
Why am I getting this error, I replaced a stringgrid with a listview, I then set it to viewstyle vsreport but I am getting an error like (expected '=' but '(' found) its flashing on this procedure ...
1
vote
2answers
88 views
Disabling deselect in TListView control
I would like to use TListView (vsIcon) as a kind of tabs - so that only one item can be selected just like tabs. Selecting only one item is no problem (disabling Multiselect property). Problem is ...
1
vote
1answer
149 views
TListView Item Focus Theming
When using a TListView and themes are disabled in the Application, the focused and selected item appears something like this:
Notice in both images where the triangle is. The painted box for the ...
1
vote
4answers
393 views
Delphi TListView - added button does not go away when 'Free' is called
(Using: Delphi XE)
I am adding a TButton to every row of a ListView. In the buttons OnClick handler is a Sender.Free. However (while the list row disappears because the dataset that populates the ...
1
vote
1answer
351 views
Delphi 2010: Group TListView items in vsReport ViewStyle
Firstly is this possible?
I have two issues - the fist is that I cannot get the groups to appear in the TListView when creating at run time. I'm using the following code:
lg := ...
1
vote
1answer
218 views
Delphi 2009 TListView Change Grid Color and Width of GridLines
I have a TListView with ViewStyle set to vsReport. How do you change the color of the grid and the width of the gridlines. The gridlines is a bit too thick in D2009, I want to have the same width as ...
1
vote
1answer
722 views
Delphi 7: how to fill a Tlistview
I've a Tlistview with 3 columns, I need from Tcollection object as this follow
FListeDispoProduit := TListeDispoProduit.Create(TProduit);
with (FListeDispoProduit) do
begin
with ...
1
vote
3answers
732 views
Double right click to Show a PopUpMenu with A TListView !
I have a TListView and TPopupMenu, and I want to show a context menu when I right click on a TListItem.
I tried the "AutoPopup" by assigning the component, but on a right click the PopupMenu is shown ...
1
vote
1answer
379 views
Handling item checked in a TListView descendant
I have a TListView descendant which introduces additional features like sorting and loading from a dataset.
I now wish to modify the class so that whenever an item is checked or unchecked it is added ...
1
vote
2answers
398 views
Need help in Tlistview delphi
In my tlistview all lines caption and subitem[0] filled with some data , and i want to fill other subitems line by line after all stored in caption and subitem .
Example
my listview is like this
...
1
vote
2answers
1k views
Get/Set TShellListView Path/Folder as String (Not Using .Root)
I want to set the path for a TShellListView to display a directory of files using Delphi 2007. I can initially use TShellListView.Root to set the root path like this and it shows the directory I ...
1
vote
2answers
410 views
Customizing a TListBox to resemble an Outlook list
Please down vote me if this is not appropriate, but I'm desperate to the point of pulling my hair out looking for this link. This is really a last resort.
Recently I browsed to a blog (at least I ...
1
vote
2answers
960 views
How to saving a Tlistviews layout in Delphi
How do I save a Tlistviews layout in Delphi 2007?
I have been asked to write some code to allow users to re-order columns in a TListview (well all TListviews in our application), I have the code ...
0
votes
4answers
122 views
How to use Listview correctly in delphi?
My code is the below, it's working correctly but, but after compiling program i see all the fullname and country listed vertically something like :
_________________
Fullname1
Country1
...
0
votes
1answer
652 views
Autosize columns for TListView
I want to auto-size all the columns in the TListView. I am using below code, but its not doing any thing.
ListView1.Columns.Add.Caption := 'Field Name';
ListView1.Columns.Items[0].Autosize := True;
...
0
votes
3answers
510 views
how to set background image to TListview in Delphi XE?
how i can to to set background image to TListview in Delphi XE??
i want to make a application like Windows Explorer.
0
votes
2answers
341 views
Count the number of items in a TListview Group
When I attempt to count the number of items in a group I get the total number of items in the collection. How do you get the number of items in each group?
0
votes
2answers
1k views
ProgressBar In tListview subitem Delphi
I've been looking at how to put a ProgressBar in a tListview in delphi, and I've got some code that works... BUT I want to add it to a subitem.. and cannot figure it out...
DFM Source Begin
...
0
votes
3answers
1k views
Listing Files On Directory On a TListView
I'm building a program that needs to on Form_Create, populate a TListView called FileList, the directory that I want to populate is where the compiled program is + \Files, as I never used a TListView ...