author | sarias |
Sat, 12 Sep 2009 22:57:52 +0200 | |
changeset 46 | f1a26ca4177e |
parent 45 | f003ae353cd7 |
child 53 | 09d0bc6970b5 |
permissions | -rw-r--r-- |
35 | 1 |
<UserControl |
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
6 |
mc:Ignorable="d" |
|
7 |
x:Class="FingersDance.Control.UserPanel.UserControlUserPanel" |
|
8 |
x:Name="UserControl" |
|
9 |
d:DesignWidth="640" d:DesignHeight="480" |
|
10 |
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource"> |
|
11 |
||
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
12 |
<Grid x:Name="LayoutRoot" Background="{x:Null}"> |
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
43
diff
changeset
|
13 |
<FingersDance_Control_SyncSource:UserControlSyncSource x:Name="UserControlSyncSource" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="{Binding Path=ActualWidth, ElementName=LayoutRoot, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=LayoutRoot, Mode=Default}"/> |
43
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
14 |
|
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
15 |
</Grid> |
35 | 16 |
</UserControl> |