==Introduction {{Version/WinXSince|5.1.0.0}} {{Version/MobileSince|5.1.0.0}}==
If an Active List is defined on a [[Instance|Content Object]] that is associated with an [[MetaProperty#Integer|integer]] [[MetaProperty]], the property is displayed like a usual [[UBIK WinX Client Basics#Selective List Properties|SelectiveList]] which is based on a [[MetaProperty]]. An ActiveList (i.e., if it has been configured on the server for a content object) always takes precedence over a MetaProperty SelectiveList. For editing, it behaves exactly the same as with a standard [[SELECTIVELIST|SelectiveList]].
{{Hint|There are no visible differences in the UI between an ActiveList and a MetaProperty SelectiveList.}}
=== XAML ===
A new SelectiveItems property was added to the PropertyViewModel to enable access to an ActiveList from via XAML. No DataTriggers or additional checks are required, as the correct list selection is handled automatically.
<tabs>
<tab name="Mobile (MAUI)">
<source lang = "xml">
xmlns:controls="clr-namespace:UBIK.MAUI.Controls"
<controls:SfListViewExt
x:Name="SelectiveList"
<tab name="UWP">
<source lang = "xml">
xmlns:controls="using:UBIK.WinX.Controls"
<controls:ComboBoxExt
x:Name="ComboBox"