aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-28 00:44:38 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-28 00:44:38 +0200
commit0fdbc932838bb6e007cfa8a0079d1880c800ed81 (patch)
treece95fc1a7fe455c66aced9fad1650be8bb6067a1 /Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml
parent518c9192e4445d82f192edcccb2ffb64ffc88a65 (diff)
downloadTango-0fdbc932838bb6e007cfa8a0079d1880c800ed81.tar.gz
Tango-0fdbc932838bb6e007cfa8a0079d1880c800ed81.zip
Removed length from job viewer.
Improved FastTextBlock. Improved PPC segments loading ability from ~40 to ~150.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml
new file mode 100644
index 000000000..c7fe39b76
--- /dev/null
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml
@@ -0,0 +1,15 @@
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="clr-namespace:Tango.Touch.Controls">
+
+ <Style TargetType="{x:Type local:TouchVirtualizedContentReplaceControl}">
+ <Setter Property="Template">
+ <Setter.Value>
+ <ControlTemplate TargetType="{x:Type local:TouchVirtualizedContentReplaceControl}">
+ <Border x:Name="PART_innerBorder"></Border>
+ </ControlTemplate>
+ </Setter.Value>
+ </Setter>
+ </Style>
+
+</ResourceDictionary> \ No newline at end of file