tlistview
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;[详细]
2023-04-11 09:51 分类:问答TListView Item Focus Theming
When using a TListView and themes are disabled in the Application, the focused and selected item appears something like this:[详细]
2023-03-30 01:12 分类:问答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 lis[详细]
2023-03-18 02:38 分类:问答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 sa[详细]
2023-03-06 15:27 分类:问答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 m[详细]
2023-02-21 18:41 分类:问答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.[详细]
2023-01-28 12:49 分类:问答how to set background image to TListview in Delphi XE?
how i can to to set backgr开发者_如何学Cound image to TListview in Delphi XE?? i want to make a application like Windows Explorer.In order to set a watermark in the listview you need to use the LVM_S[详细]
2023-01-21 12:53 分类:问答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);[详细]
2023-01-11 10:14 分类:问答how to sort in Tlistview based on subitem[x]
H开发者_开发技巧ow to sort in tlistview with data present in subitem[x]?Set SortType := stData and write[详细]
2023-01-05 09:47 分类:问答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 item开发者_开发问答s in the collection.How do you get the number of items in each group?This is probably the simplest w[详细]
2023-01-01 18:47 分类:问答