CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    3,332

    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" :-)


  2. #2
    Join Date
    Jun 1999
    Posts
    5

    Re: insert liewview column at design-time

    use control array and try to use load function ?



  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    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...


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: insert liewview column at design-time

    Thanks, but I asked for a design-time solution.


  5. #5
    Join Date
    May 1999
    Posts
    3,332

    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...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured