[]
Specifies how BandedListGroup content should be kept together
[Obsolete("This is not used anywhere, and should be removed")]
public enum GroupKeepTogether
| Name | Description |
|---|---|
| All | Specifies that BandedListGroup content should be kept together when possible |
| FirstDetail | Specifies that BandedListGroup header band should be kept together with first details band when possible |
| LastDetail | Specifies that BandedListGroup footer band should be kept together with last details band when possible |
| None | Specifies that BandedListGroup content could be broken across pages |