UIX_ListStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:03, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum UIX_ListStyleFlags
{
    UIX_ListStyle_ShowHeader              = 256;
    UIX_ListStyle_ShowGroupTitles         = 512;
    UIX_ListStyle_MultSel                 = 1024;
    UIX_ListStyle_AutoSizeColumns         = 2048;
    UIX_ListStyle_TilesView               = 4096;
    UIX_ListStyle_TextBelowTile           = 8192;
    UIX_ListStyle_ImageVCenter            = 16384;
    UIX_ListStyle_UpdateAllOnResize       = 32768;
    UIX_ListStyle_StaticHeader            = 65536;
    UIX_ListStyle_KeepSel                 = 131072;
    UIX_ListStyle_SingleColumnFitByClient = 262144;
    UIX_ListStyle_ShowCheckBoxes          = 524288;
    UIX_ListStyle_ExternalCheckStates     = 1048576;
    UIX_ListStyle_NoToggleGroups          = 2097152;
    UIX_ListStyle_GroupTitlesNoSel        = 4194304;
    UIX_ListStyle_StaticGroupTitles       = 8388608;
    UIX_ListStyle_NoInputFocus            = 16777216;
    UIX_ListStyle_ExternalSelection       = 33554432;
    UIX_ListStyle_AllowSelByMouseUp       = 67108864;
    UIX_ListStyle_NoSortHeader            = 134217728;
    UIX_ListStyle_GroupTitlesNoBold       = 268435456;
    UIX_ListStyle_NoToggleEmptyGroups     = 536870912;
    UIX_ListStyle_GridLines               = 1073741824;
    UIX_ListStyle_ShowThumbFrame          = -2147483648;
};

Constants

UIX_ListStyle_ShowHeader
The ...
UIX_ListStyle_ShowGroupTitles
The ...
UIX_ListStyle_MultSel
The ...
UIX_ListStyle_AutoSizeColumns
The ...
UIX_ListStyle_TilesView
The ...
UIX_ListStyle_TextBelowTile
The ...
UIX_ListStyle_ImageVCenter
The ...
UIX_ListStyle_UpdateAllOnResize
The ...
UIX_ListStyle_StaticHeader
The ...
UIX_ListStyle_KeepSel
The ...
UIX_ListStyle_SingleColumnFitByClient
The ...
UIX_ListStyle_ShowCheckBoxes
The ...
UIX_ListStyle_ExternalCheckStates
The ...
UIX_ListStyle_NoToggleGroups
The ...
UIX_ListStyle_GroupTitlesNoSel
The ...
UIX_ListStyle_StaticGroupTitles
The ...
UIX_ListStyle_NoInputFocus
The ...
UIX_ListStyle_ExternalSelection
The ...
UIX_ListStyle_AllowSelByMouseUp
The ...
UIX_ListStyle_NoSortHeader
The ...
UIX_ListStyle_GroupTitlesNoBold
The ...
UIX_ListStyle_NoToggleEmptyGroups
The ...
UIX_ListStyle_GridLines
The ...
UIX_ListStyle_ShowThumbFrame
The ...

See Also

See also ...