BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<listView:SfListView ItemsSource="{Binding Countries}" >
<listView:SfListView.ItemTemplate>
<DataTemplate>
<expander:SfExpander DynamicSizeMode="Content"/>
</DataTemplate>
</listView:SfListView.ItemTemplate>
</listView:SfListView> |