Author Topic: What is a ListView control?  (Read 3514 times)

stevengraff

  • Sr. Member
  • ****
  • Posts: 271
What is a ListView control?
« on: April 25, 2014, 02:35:15 pm »
Is it a WinBatch thing? or Windows?

Is ReportView like a subset of ListView?

Would I ever create a ListView control in WinBatch?

Deana

  • Wilson WindowWare Tech Support
  • Pundit
  • *****
  • Posts: 1183
  • WinBatch® can do it.
    • WinBatch Tech Support Database
Re: What is a ListView control?
« Reply #1 on: April 25, 2014, 03:28:40 pm »
A ListView is a Windows common control. Basically it is a window that displays a collection of items: http://msdn.microsoft.com/en-us/library/windows/desktop/bb774737(v=vs.85).aspx

The Report View control is a ListView common control with the 'report' Windows style.  It can be used as either a simple grid control when a full featured grid control is not needed or as an advanced version of the WIL dialog ITEMBOX control.

If you simply need to display a list (rather than a grid)  you can use the Item List Box (ITEMBOX).

Deana F.
Technical Support
Wilson WindowWare Inc.