Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have the following xaml

XML
<Grid AllowDrop="True">
        <TextBlock x:Name="readText" VerticalAlignment="Top" Text="SAMPLE" Width="200" Height="100" />
        <TextBox x:Name="writeText" Drop="writeText_Drop" Width="200" Height="100" />
    </Grid>


I want to be able to drag and drop the textblock onto the textbox inside the grid so that the text gets copied from the source to the destination.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900