I need to make more room between each list item. Is it possible to change Listview item height in Delphi?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What mode is your
TListViewin? (There are 4, and things change for different modes – that’s why there are different modes in the first place.)Since you’re asking about height, I’m guessing you’re in
vsListmode. In this case, the height of each row is determined by the height of theSmallImagesImagelist. You can change the row height by assigning taller images to thatImageList.