개정판 670a4be2
Implementing issue #528:Drag Drop하여 심볼 생성
KCOM/Controls/Symbol.xaml | ||
---|---|---|
11 | 11 |
|
12 | 12 |
<UserControl.Resources> |
13 | 13 |
<DataTemplate x:Key="SymbolTemplate_Private"> |
14 |
<StackPanel MouseLeftButtonDown="Move_Symbol" MouseLeave="StackPanel_MouseLeave" MouseUp="StackPanel_MouseUp" ToolTipService.ToolTip="{Binding Name}">
|
|
14 |
<StackPanel MouseLeave="StackPanel_MouseLeave" MouseUp="StackPanel_MouseUp" ToolTipService.ToolTip="{Binding Name}"> |
|
15 | 15 |
<Grid> |
16 | 16 |
<StackPanel> |
17 | 17 |
<!--<Border Background="#FF1FA3EB">--> |
... | ... | |
73 | 73 |
MouseDown="lstSymbolPrivate_MouseDown" |
74 | 74 |
PreviewMouseUp="lstSymbolPrivate_PreviewMouseUp" |
75 | 75 |
MouseLeave="lstSymbolPrivate_MouseLeave" |
76 |
PreviewMouseWheel ="lstSymbolPrivate_PreviewMouseWheel"> |
|
76 |
PreviewMouseWheel ="lstSymbolPrivate_PreviewMouseWheel" |
|
77 |
PreviewMouseLeftButtonDown="lstSymbolPrivate_PreviewMouseLeftButtonDown" |
|
78 |
> |
|
77 | 79 |
<telerik:ListBoxDragDrop.Behavior> |
78 | 80 |
<telerik:ListBoxDragDropBehavior AllowReorder="True" /> |
79 | 81 |
</telerik:ListBoxDragDrop.Behavior> |
내보내기 Unified diff