a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
9 lines
434 B
XML
9 lines
434 B
XML
<DirectListContainer xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<DirectListContainer.Items>
|
|
<DirectListContent Value="Hello1" />
|
|
<DirectListContent Value="Hello2" />
|
|
<DirectListContent Value="Hello3" />
|
|
</DirectListContainer.Items>
|
|
</DirectListContainer>
|
|
|