ListView.EnableGroupView Method | |
Set Group View on or off in a ListView control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableGroupView(
lSetting
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableGroupView(
Usual lSetting = default
)
Request Example
View SourceParameters
- lSetting (Optional)
- Type: Usual
A logical value. TRUE turns Group View on, FALSE turns it off. The default is TRUE.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
Listview grouping requires visual styles. If visual styles are not enabled or available these features have no effect.
If group view is enabled only items belonging to groups are displayed.
|
See Also