Archive: align column ListBox


align column ListBox
I have a problem with my listBox,

i want to have an align column in my listBox, but I can't :stare: , 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?


http://nsis.sourceforge.net/Header_file_for_Listview

Stu


You can create a "ListView" control without column header:

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

http://forums.winamp.com/attachment....chmentid=48772