WinBatch Technical Support Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Current release
:
2023C (6.23CWC)
Home
Help
Search
Tech Database
Documentation
Downloads
Hints
Login
Register
WinBatch® Technical Support Forum
»
Archived Boards
»
WinBatch Dynamic Dialogs
»
What is a ListView control?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: What is a ListView control? (Read 3419 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?
Logged
Deana
Wilson WindowWare Tech Support
Pundit
Posts: 1183
WinBatch® can do it.
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).
Logged
Deana F.
Technical Support
Wilson WindowWare Inc.
Print
Pages: [
1
]
Go Up
« previous
next »
WinBatch® Technical Support Forum
»
Archived Boards
»
WinBatch Dynamic Dialogs
»
What is a ListView control?