Listview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am a VB6 programming trying to make the jump to VS2005... I have a ListView
control, and have manipulated the column widths in the design view, but the
column widths do not change in runtime. Can anyone help with this?
 
Jeremy said:
I am a VB6 programming trying to make the jump to VS2005... I have a ListView
control, and have manipulated the column widths in the design view, but the
column widths do not change in runtime. Can anyone help with this?

It would help to see some of your code so we can see what you are doing
wrong.

Chris
 
I don't have any code.. what I mean is that the column widths I have set up
do not "retian" in the runtime
 
Jeremy,

I have created a form.
Draged a listview on that
Set that listview to details
Created two columnheaders
Created two items
Made the headers something wider
Debug

It shows as I would expect, do you do something different than I did?

Cor
 
Jeremy <[email protected]>'s wild thoughts
were released on Wed, 3 Aug 2005 12:17:04 -0700 bearing the
following fruit:
I don't have any code.. what I mean is that the column widths I have set up
do not "retian" in the runtime

Anything you do to a control on a form generates code. Look
in the Windows Forms Generated Code section.

Can you explain exactly how you 'set up' the column widths
so that we can mimic your steps.


J


Jan Hyde (VB MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top