Attempts to get horizontal list to work
This commit is contained in:
		| @@ -57,7 +57,7 @@ namespace Aurora.Design.Components.MemberList | ||||
|             if (membersList != null) | ||||
|             { | ||||
|                 _newSource = newValue as ObservableCollection<PartyMember>; | ||||
|                 membersList.ItemsSource = newValue as ObservableCollection<PartyMember>; | ||||
|                 membersList.ItemsSource = newValue as ObservableCollection<object>; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user