📄 group__mgext__ctrl__listview.htm
字号:
<tr> <td class="md" nowrap valign="top">#define LVHF_CENTERALIGN 0x0008 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Header text center align <p>Definition at line <a class="el" href="listview_8h-source.htm#l00193">193</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga40" doxytag="listview.h::LVHF_LEFTALIGN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define LVHF_LEFTALIGN 0x0000 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Header text left align, default <p>Definition at line <a class="el" href="listview_8h-source.htm#l00189">189</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga41" doxytag="listview.h::LVHF_RIGHTALIGN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define LVHF_RIGHTALIGN 0x0004 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Header text right align <p>Definition at line <a class="el" href="listview_8h-source.htm#l00191">191</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga33" doxytag="listview.h::LVIF_FOLD"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define LVIF_FOLD 0x0001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>list view item flags <p>Definition at line <a class="el" href="listview_8h-source.htm#l00073">73</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><hr><h2>Typedef Documentation</h2><a class="anchor" name="ga0" doxytag="listview.h::HLVITEM"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="group__handles.htm#ga0">GHANDLE</a> <a class="el" href="group__mgext__ctrl__listview.htm#ga0">HLVITEM</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>List view item handle. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00070">70</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga13" doxytag="listview.h::LVCOLUMN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVCOLUMN.htm">_LVCOLUMN</a> <a class="el" href="struct__LVCOLUMN.htm">LVCOLUMN</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Struct of the listview column info, contains information about a column. This structure is used for creating or retrieving a column. </td> </tr></table><a class="anchor" name="ga12" doxytag="listview.h::LVCUSTOMDRAWFUNCS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVCUSTOMDRAWFUNCS.htm">_LVCUSTOMDRAWFUNCS</a> <a class="el" href="struct__LVCUSTOMDRAWFUNCS.htm">LVCUSTOMDRAWFUNCS</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains function pointers for customized drawing </td> </tr></table><a class="anchor" name="ga15" doxytag="listview.h::LVFINDINFO"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVFINDINFO.htm">_LVFINDINFO</a> <a class="el" href="struct__LVFINDINFO.htm">LVFINDINFO</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains information for finding a certain item info </td> </tr></table><a class="anchor" name="ga1" doxytag="listview.h::LVITEM"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVITEM.htm">_LVITEM</a> <a class="el" href="struct__LVITEM.htm">LVITEM</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Structure of the listview item info, contains information about an item. This structure is used for creating or retrieving an item. </td> </tr></table><a class="anchor" name="ga21" doxytag="listview.h::LVNM_HEADRDOWN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_HEADRDOWN</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains listview notification information when mouse down on the header <p>Definition at line <a class="el" href="listview_8h-source.htm#l00272">272</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga23" doxytag="listview.h::LVNM_HEADRUP"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_HEADRUP</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains listview notification information when mouse up on the header <p>Definition at line <a class="el" href="listview_8h-source.htm#l00277">277</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga25" doxytag="listview.h::LVNM_ITEMRDOWN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_ITEMRDOWN</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains listview notification information when mouse down on the item area <p>Definition at line <a class="el" href="listview_8h-source.htm#l00282">282</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga27" doxytag="listview.h::LVNM_ITEMRUP"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_ITEMRUP</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains listview notification information when mouse up on the item area <p>Definition at line <a class="el" href="listview_8h-source.htm#l00287">287</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga19" doxytag="listview.h::LVNM_KEYDOWN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_KEYDOWN</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Keydown notification information <p>Definition at line <a class="el" href="listview_8h-source.htm#l00267">267</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga17" doxytag="listview.h::LVNM_NORMAL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVNM__NORMAL.htm">_LVNM_NORMAL</a> <a class="el" href="struct__LVNM__NORMAL.htm">LVNM_NORMAL</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Contains listview general notification information </td> </tr></table><a class="anchor" name="ga5" doxytag="listview.h::LVSORTDATA"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">typedef struct <a class="el" href="struct__LVSORTDATA.htm">_LVSORTDATA</a> <a class="el" href="struct__LVSORTDATA.htm">LVSORTDATA</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -