ListView.SetItemGroupId Method | |
A logical value to determine if the group with the specified ID exists in a ListView control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetItemGroupId(
uLVI,
nId
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetItemGroupId(
Usual uLVI = default,
Usual nId = default
)
Request Example
View SourceParameters
- uLVI (Optional)
- Type: Usual
The item index or ListViewItem. - nId (Optional)
- Type: Usual
The number of the group.
Return Value
Type:
UsualRemarks 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