Click to See Complete Forum and Search --> : insert liewview column at design-time


Lothar Haensler
July 16th, 1999, 09:03 AM
I added a Listview control in Report mode with 10 columns.
Now I want to add a new column before (i.e. left of) the first column.
How can I do that at design-time?

Clicking the insert button in the properties dialog only lets me insert after (i.e. to the right) the current column.

(I know I can do it in code)

Any tricks? like hit "CTRL+Shift+Alt+Ins" :-)

sheetal
July 17th, 1999, 03:00 AM
use control array and try to use load function ?

Ravi Kiran
July 19th, 1999, 12:41 AM
Insert a column after the first column on the RHS. Change its properties, text, hotkey etc to that of the first column => i.e Replicate the first column and then go and edit your first column to new captn .. ha Ha HA...:)

Lothar Haensler
July 19th, 1999, 01:27 AM
Thanks, but I asked for a design-time solution.

Lothar Haensler
July 19th, 1999, 01:29 AM
Thanks, I found that one already. It's just not the kind of comfort I have been looking for...