|
List View Window Styles
The following window styles are specific to list view controls.
LVS_ALIGNLEFT
| Specifies that items are left-aligned in icon and small icon view.
| LVS_ALIGNTOP
| Specifies that items are aligned with the top of the list view control in icon
and small icon view.
| LVS_AUTOARRANGE
| Specifies that icons are automatically kept arranged in icon and small icon
view.
| LVS_BUTTON
| Specifies that item icons look like buttons in icon view.
| LVS_EDITLABELS
| Allows item text to be edited in place. The parent window must process the LVN_ENDLABELEDIT notification message.
| LVS_ICON
| Specifies icon view.
| LVS_LIST
| Specifies list view.
| LVS_NOCOLUMNHEADER
| Specifies that a column header is not displayed in report view. By default,
columns have headers in report view.
| LVS_NOLABELWRAP
| Displays item text on a single line in icon view. By default, item text may
wrap in icon view.
| LVS_NOSCROLL
| Disables scrolling. All items must be within the client area.
| LVS_NOSORTHEADER
| Specifies that column headers do not work like buttons. This style is useful
if clicking a column header in report view does not carry out an action, such as
sorting.
| LVS_OWNERDRAWFIXED
| Enables the owner window to paint items in report view. The list view control
sends a WM_DRAWITEM message to paint each item; it does not send separate messages for each
subitem. The itemData member of the DRAWITEMSTRUCT structure contains the item data for the specified list view item.
| LVS_REPORT
| Specifies report view. When using the LVS_REPORT style with a List View
control, the first column is always left-aligned. You can not use LVCFMT_RIGHT to
change this alignment.
| LVS_SHAREIMAGELISTS
| Specifies that the control does not take ownership of the image lists assigned
to it; that is, it does not destroy the image lists when it is destroyed.
This style enables the same image lists to be used with multiple list view
controls.
| LVS_SHOWSELALWAYS
| Always show the selection,if any, even if the control does not have the focus.
| LVS_SINGLESEL
| Allows only one item at a time to be selected. By default, multiple items may
be selected.
| LVS_SMALLICON
| Specifies small icon view.
| LVS_SORTASCENDING
| Sorts items based on item text in ascending order.
| LVS_SORTDESCENDING
| Sorts items based on item text in descending order.
|
You can use the LVS_TYPEMASK mask to isolate the window styles that correspond
to the current view: LVS_ICON, LVS_SMALLICON, LVS_LIST, and LVS_REPORT.
You can use the LVS_ALIGNMASK mask to isolate the window styles that specify
the alignment of items: LVS_ALIGNLEFT and LVS_ALIGNTOP.
You can use the LVS_TYPESTYLEMASK mask to isolate the window styles that
control item alignment (LVS_ALIGNLEFT and LVS_ALIGNTOP) and those that control
header appearance and behavior (LVS_NOCOLUMNHEADER and LVS_NOSORTHEADER).
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|