PLEASE. ListView's Row Height

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Víctor

    #1

    PLEASE. ListView's Row Height

    Anyone knows how change Windows Forms ListView's Row Height? I need show
    data in a ListView Outlook 2003 like, with two lines (title and date) on
    each row.

    Thanks.
    Víctor.




  • Carlos J. Quintero [.NET MVP]

    #2
    Re: PLEASE. ListView's Row Height

    Hi Victor,

    AFAIK, you can´t change it without changing the font size. Maybe you can use
    owner-draw techniques:

    http://msdn.microsoft.com/library/de...w/custdraw.asp

    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
    You can code, design and document much faster.
    Free resources for add-in developers:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


    "Víctor" <victorcp@vodaf one.es> escribió en el mensaje
    news:eqhIX9jdFH A.2664@TK2MSFTN GP15.phx.gbl...[color=blue]
    > Anyone knows how change Windows Forms ListView's Row Height? I need show
    > data in a ListView Outlook 2003 like, with two lines (title and date) on
    > each row.
    >
    > Thanks.
    > Víctor.
    >
    >
    >
    >[/color]


    Comment

    • Víctor

      #3
      Re: PLEASE. ListView's Row Height

      Creo que por el nombre puedo escribirte en castellano.

      Muchas gracias, le echaré un vistazo en cuanto tenga un momento, este
      control me está dando algún que otro dolor de cabeza.

      Víctor.

      "Carlos J. Quintero [.NET MVP]" <carlosq@NOSPAM sogecable.com> escribió en el
      mensaje news:u94yJLkdFH A.2212@TK2MSFTN GP14.phx.gbl...[color=blue]
      > Hi Victor,
      >
      > AFAIK, you can´t change it without changing the font size. Maybe you can[/color]
      use[color=blue]
      > owner-draw techniques:
      >
      >[/color]
      http://msdn.microsoft.com/library/de...w/custdraw.asp[color=blue]
      >
      > --
      >
      > Best regards,
      >
      > Carlos J. Quintero
      >
      > MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
      > You can code, design and document much faster.
      > Free resources for add-in developers:
      > http://www.mztools.com
      >
      > "Víctor" <victorcp@vodaf one.es> escribió en el mensaje
      > news:eqhIX9jdFH A.2664@TK2MSFTN GP15.phx.gbl...[color=green]
      > > Anyone knows how change Windows Forms ListView's Row Height? I need show
      > > data in a ListView Outlook 2003 like, with two lines (title and date) on
      > > each row.
      > >
      > > Thanks.
      > > Víctor.
      > >
      > >
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...