PLEASE. ListView's Row Height

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

    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:



    --

    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

    Working...