개정판 c7fde400
Issue #0020 - Symbol추가시 위치가 다른곳으로 가는 현상 수정
Change-Id: I0f49fd5e529e079224d2eb0809850e952fe8cae2
KCOM/Controls/Symbol.xaml | ||
---|---|---|
11 | 11 |
d:DesignHeight="900" d:DesignWidth="300"> |
12 | 12 |
|
13 | 13 |
<UserControl.Resources> |
14 |
|
|
14 | 15 |
<converter:SvgImageConverter x:Key="SvgImageConverter"/> |
15 | 16 |
<DataTemplate x:Key="SymbolTemplate_Private"> |
16 | 17 |
|
... | ... | |
49 | 50 |
</Grid> |
50 | 51 |
</StackPanel> |
51 | 52 |
</DataTemplate> |
52 |
<Style x:Key="DraggableListBox" TargetType="ListBox"> |
|
53 |
<Style x:Key="DraggableListBox" TargetType="ListBox"> |
|
54 |
<Setter Property="telerik:DragDropManager.AllowCapturedDrag" Value="True" /> |
|
55 |
</Style> |
|
56 |
<Style TargetType="telerik:RadListBoxItem" BasedOn="{StaticResource RadListBoxItemStyle}"> |
|
53 | 57 |
<Setter Property="telerik:DragDropManager.AllowCapturedDrag" Value="True" /> |
58 |
<Setter Property="telerik:TouchManager.DragStartTrigger" Value="TapHoldAndMove"/> |
|
54 | 59 |
</Style> |
55 | 60 |
</UserControl.Resources> |
56 | 61 |
<Grid Margin="10"> |
... | ... | |
88 | 93 |
</Grid> |
89 | 94 |
</StackPanel> |
90 | 95 |
<ScrollViewer x:Name="ScView" Grid.Row="2" > |
91 |
<ListBox x:Name="lstSymbolPrivate" Background="#f5f5f5" FontWeight="Normal" ItemTemplate="{StaticResource SymbolTemplate_Private}" |
|
96 |
<telerik:RadListBox x:Name="lstSymbolPrivate" Background="#f5f5f5" FontWeight="Normal" ItemTemplate="{StaticResource SymbolTemplate_Private}"
|
|
92 | 97 |
MouseDown="lstSymbolPrivate_MouseDown" |
93 | 98 |
PreviewMouseUp="lstSymbolPrivate_PreviewMouseUp" |
94 | 99 |
MouseLeave="lstSymbolPrivate_MouseLeave" |
95 | 100 |
PreviewMouseWheel ="lstSymbolPrivate_PreviewMouseWheel"> |
101 |
<telerik:RadListBox.DragVisualProvider> |
|
102 |
<telerik:ScreenshotDragVisualProvider /> |
|
103 |
</telerik:RadListBox.DragVisualProvider> |
|
96 | 104 |
<telerik:ListBoxDragDrop.Behavior> |
97 |
<telerik:ListBoxDragDropBehavior AllowReorder="True" /> |
|
105 |
<telerik:ListBoxDragDropBehavior AllowReorder="True" telerik:TouchManager.DragStartTrigger="TapHoldAndMove"/>
|
|
98 | 106 |
</telerik:ListBoxDragDrop.Behavior> |
99 |
</ListBox> |
|
107 |
</telerik:RadListBox>
|
|
100 | 108 |
</ScrollViewer> |
101 | 109 |
</Grid> |
102 | 110 |
</telerik:RadTabItem> |
내보내기 Unified diff