프로젝트

일반

사용자정보

개정판 670a4be2

ID670a4be2848071ae9ee7a7e181504f1fd199df31
상위 31d64a8c
하위 28c80962

humkyung 이(가) 6년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)