Skip to content
⌘ NSIS Forum Archive

align column ListBox

3 posts

hanenjom#

align column ListBox

I have a problem with my listBox,

i want to have an align column in my listBox, but I can't 😐 , I pushed the some space separtor betwwen the words, but in result I have an irregular columns to show.

I hope having a listBox like this:

testA testB testC
testA testB testC
testA testB testC


Can you help me please?
jiake#
You can create a "ListView" control without column header:

${NSD_CreateListView} 0u 0u 300u 120u "List1"
Pop $1
${NSD_AddStyle} $1 ${LVS_NOCOLUMNHEADER}