insert liewview column at design-time
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" :-)
Re: insert liewview column at design-time
use control array and try to use load function ?
Re: insert liewview column at design-time
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...:)
Re: insert liewview column at design-time
Thanks, but I asked for a design-time solution.
Re: insert liewview column at design-time
Thanks, I found that one already. It's just not the kind of comfort I have been looking for...