diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-14 01:49:42 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-14 01:49:42 +0200 |
| commit | 679c6ceb5ad91431df0180ce46c2b407cfe49def (patch) | |
| tree | 86506dcfd13078ebd74a58600cec7713fa6e36f0 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 64aca5fe579bf2b12d33f2a8a9010c257c358aec (diff) | |
| download | Tango-679c6ceb5ad91431df0180ce46c2b407cfe49def.tar.gz Tango-679c6ceb5ad91431df0180ce46c2b407cfe49def.zip | |
Thread Break/Loading improvements.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/ImageGalleryControl.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/ImageGalleryControl.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/ImageGalleryControl.xaml index f3b45d5b8..495335ff1 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/ImageGalleryControl.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/ImageGalleryControl.xaml @@ -88,7 +88,7 @@ </ListBox.ItemContainerStyle> </ListBox> - <controls:NavigationControl x:Name="navigationControl" TransitionType="Slide" TransitionDuration="00:00:0.2" SelectedIndex="{TemplateBinding SelectedIndex}"> + <controls:NavigationControl x:Name="navigationControl" GalleryMode="True" TransitionType="Slide" TransitionDuration="00:00:0.2" SelectedIndex="{TemplateBinding SelectedIndex}"> </controls:NavigationControl> </DockPanel> |
