user830054
user830054

Reputation: 309

Transparent components list background in Inno Setup?

I'm using custom installer to build "my own" setup.

Is it possible to create transparent background or disable background on components list?

Upvotes: 0

Views: 856

Answers (1)

Deanna
Deanna

Reputation: 24273

You can change the colour, border style, etc of the component list so you can handle any solid background colour, but not make it transparent. WizardForm.ComponentsList is a TNewCheckListBox for which you can see all properties in the "Support Classes Reference" in the help.

Upvotes: 1

Related Questions