Top "Tlistview" questions

TListView is a VCL control that wraps a Win32 ListView control, which displays items in various manners.

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 …

delphi delphi-2010 tlistview
Delphi - Get and Set Scrollbar Position of a ListView

It might seem like a silly & simple question, and yet, I've been unable to find a satisfying answer. Basically, …

delphi scrollbar tlistview
Delphi - Get current index of selected item in TListView

I have a TListView in a form and I would like to know the index of the selected item. I …

delphi tlistview
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 …

delphi listview checkbox delphi-xe tlistview
Create a customized Item Appearance for ListView Delphi XE7

Im having a lot of trouble trying to create a customized item appearance for the TListView firemonkey control for Delphi …

delphi firemonkey listviewitem delphi-xe7 tlistview
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 …

delphi delphi-2006 tlistview
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 …

delphi file-io lazarus tlistview
What is the proper way to retrieve a listview items value in Delphi

Right now I am using the following code to get a ListView items value and I was wanting to know …

delphi tlistview
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 …

delphi delphi-7 tlistview
how auto size the columns width of a list view in virtual mode?

When I use a TListView (ViewStyle = vsReport) I can autofit the width of the columns setting the LVSCW_AUTOSIZE or …

delphi delphi-xe tlistview