|
|
@ -14,11 +14,13 @@
|
|
|
|
Margin="10, 0, 0, 0"
|
|
|
|
Margin="10, 0, 0, 0"
|
|
|
|
BackgroundColor="Red"/>-->
|
|
|
|
BackgroundColor="Red"/>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--<Label Text="{Binding CustomersList[0].Name}" />-->
|
|
|
|
<Label Text="{Binding Consultant.MessagesList[0].Subject}" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ListView ItemsSource="{Binding MessagesList}"
|
|
|
|
<ListView ItemsSource="{Binding Consultant.MessagesList}"
|
|
|
|
SelectionMode="None">
|
|
|
|
SelectionMode="None"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
RowHeight="50">
|
|
|
|
|
|
|
|
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
|
|
|
|
|
|
|
|