개정판 86bff326
- pdf export 수정
Change-Id: I44d70e1a8adce8d9b1dcaa92958594d1780fa02f
KCOM/Controls/PrintControl.xaml | ||
---|---|---|
5 | 5 |
xmlns:wrappanel ="clr-namespace:KCOM.WrapPanel" |
6 | 6 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
7 | 7 |
mc:Ignorable="d" |
8 |
xmlns:converter="clr-namespace:KCOM.Common.Converter" |
|
8 | 9 |
xmlns:telInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input" |
9 | 10 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
10 | 11 |
xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls.GridView;assembly=Telerik.Windows.Controls.GridView" |
11 | 12 |
d:DesignHeight="550" d:DesignWidth="650"> |
12 | 13 |
|
13 | 14 |
<UserControl.Resources> |
15 |
<converter:BoolToVisibleConverter x:Key="BoolToVisibleConverter" /> |
|
14 | 16 |
<Style TargetType="telerik:GridViewCell" x:Key="GridViewCellCenterStyle"> |
15 | 17 |
<Setter Property="HorizontalAlignment" Value="Center"/> |
16 | 18 |
</Style> |
... | ... | |
359 | 361 |
</Border> |
360 | 362 |
</Grid> |
361 | 363 |
</Border> |
362 |
<telerik:RadBusyIndicator x:Name="printIndy" |
|
364 |
<telerik:RadBusyIndicator x:Name="printIndy" Visibility="{Binding IsBusy, Converter={StaticResource BoolToVisibleConverter}, RelativeSource={RelativeSource Self}}"
|
|
363 | 365 |
Grid.Row="1" |
364 | 366 |
Grid.ColumnSpan="2" |
365 | 367 |
VerticalAlignment="Stretch" |
366 | 368 |
BorderThickness="0" |
367 | 369 |
BusyContent="Printing. . ." |
368 | 370 |
IsBusy="False" |
369 |
telerik:StyleManager.Theme="Office2016" /> |
|
371 |
telerik:StyleManager.Theme="Office2016" DisplayAfter="0:0:0.3" />
|
|
370 | 372 |
</Grid> |
371 | 373 |
</UserControl> |
내보내기 Unified diff