TIWCGPanelList.ListStyle Property
![]() |
---|
|
published property ListStyle: string read FListStyle write SetListStyle stored IsListStyleStored;
Property Value
Type: string
The list of available themes.
![]() |
---|
You can create your own theme for the list.
See the example of theme in:css/cgpanellist/liststyle.css |
![]() |
---|
All your css classes must have the perfix "list-" and then
the name of the theme.
Example: .list-mynewtheme ul { } |