Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
AnswerRe: an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
Dave Kreskowiak31-Dec-14 4:11
mveDave Kreskowiak31-Dec-14 4:11 
GeneralRe: an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
Kornfeld Eliyahu Peter31-Dec-14 6:08
professionalKornfeld Eliyahu Peter31-Dec-14 6:08 
Questioncreating internet explorer toolbar that extract all the elements from the active tab Pin
csgan9730-Dec-14 14:54
csgan9730-Dec-14 14:54 
AnswerRe: creating internet explorer toolbar that extract all the elements from the active tab Pin
Dave Kreskowiak30-Dec-14 18:18
mveDave Kreskowiak30-Dec-14 18:18 
AnswerRe: creating internet explorer toolbar that extract all the elements from the active tab Pin
Hamid_RT31-Dec-14 20:49
Hamid_RT31-Dec-14 20:49 
Questionjava.security.PrivateKey Pin
bindupv29-Dec-14 23:18
bindupv29-Dec-14 23:18 
AnswerRe: java.security.PrivateKey Pin
Richard MacCutchan30-Dec-14 0:54
mveRichard MacCutchan30-Dec-14 0:54 
QuestionI can not apply Drag Drop in this case Pin
VisualLive29-Dec-14 23:14
VisualLive29-Dec-14 23:14 
Hello,
i am getting stuck to apply a feature in my project with Drag&Drop developing in WPF/C#, i can post you an example of code of what i want to do as follow :
C#
<Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
        <RowDefinition Height="*"/>
        <RowDefinition Height="*"/>
        <RowDefinition Height="*"/>
    </Grid.RowDefinitions>
    <Grid x:Name="box1" Grid.Row="0" >
        <Grid Name="grid1" Background="Aqua" Margin="15"></Grid>
    </Grid>
<Grid x:Name="box2" Grid.Row="1" >
        <Grid Name="grid2" Background="blue" Margin="15"></Grid>
    </Grid>
    <Grid x:Name="box3" Grid.Row="2" >
        <Grid Name="grid3" Background="green" Margin="15"></Grid>
    </Grid>
</Grid>


each Grid(box) contains another Grid my simple purpose is to drag the "grid1" to the "box2" then automatically the "grid2" go to the "box1" and this rule is applied every time i want drag&drop ; the Grid "box" is always not movable .
From many days i check out many project and library online as GongSolutions.Wpf.DragDrop,Blacklight.ShowCase.WPF and else but don't cover my request because in each grid there are many controls binding data(in the real project should be 30 grid more all controls ) then an ItemControl don't cover my purpose.
I am easy to do a simple Drag&Drop but in this case is more complicated for me then i ask you kindly if you have any suggestion or idea to work out this case.

I give in anticipate my apologies if my question result weird as i have not much experience in WPF.

Thank you in anticipate
AnswerRe: I can not apply Drag Drop in this case Pin
Richard MacCutchan30-Dec-14 0:53
mveRichard MacCutchan30-Dec-14 0:53 
GeneralRe: I can not apply Drag Drop in this case Pin
VisualLive30-Dec-14 14:59
VisualLive30-Dec-14 14:59 
QuestionHow to organize this data Pin
turbosupramk329-Dec-14 8:14
turbosupramk329-Dec-14 8:14 
AnswerRe: How to organize this data Pin
Pete O'Hanlon29-Dec-14 8:53
mvePete O'Hanlon29-Dec-14 8:53 
GeneralRe: How to organize this data Pin
PIEBALDconsult29-Dec-14 9:07
mvePIEBALDconsult29-Dec-14 9:07 
AnswerRe: How to organize this data Pin
BillWoodruff29-Dec-14 9:20
professionalBillWoodruff29-Dec-14 9:20 
GeneralRe: How to organize this data Pin
PIEBALDconsult29-Dec-14 10:04
mvePIEBALDconsult29-Dec-14 10:04 
GeneralRe: How to organize this data Pin
BillWoodruff29-Dec-14 12:12
professionalBillWoodruff29-Dec-14 12:12 
GeneralRe: How to organize this data Pin
SledgeHammer0129-Dec-14 10:50
SledgeHammer0129-Dec-14 10:50 
GeneralRe: How to organize this data Pin
BillWoodruff29-Dec-14 12:11
professionalBillWoodruff29-Dec-14 12:11 
GeneralRe: How to organize this data Pin
SledgeHammer0129-Dec-14 12:28
SledgeHammer0129-Dec-14 12:28 
GeneralRe: How to organize this data Pin
BillWoodruff29-Dec-14 14:18
professionalBillWoodruff29-Dec-14 14:18 
GeneralRe: How to organize this data Pin
SledgeHammer0129-Dec-14 14:58
SledgeHammer0129-Dec-14 14:58 
GeneralRe: How to organize this data Pin
BillWoodruff29-Dec-14 23:44
professionalBillWoodruff29-Dec-14 23:44 
GeneralRe: How to organize this data Pin
SledgeHammer0130-Dec-14 4:13
SledgeHammer0130-Dec-14 4:13 
GeneralRe: How to organize this data Pin
PIEBALDconsult29-Dec-14 13:07
mvePIEBALDconsult29-Dec-14 13:07 
GeneralRe: How to organize this data Pin
BillWoodruff29-Dec-14 23:15
professionalBillWoodruff29-Dec-14 23:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.