Transparent components list background in Inno Set

2019-06-11 08:47发布

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

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

标签: inno-setup
1条回答
对你真心纯属浪费
2楼-- · 2019-06-11 09:00

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.

查看更多
登录 后发表回答