Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9259761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:44:02+00:00 2026-06-18T12:44:02+00:00

i got a problem with the Librarystack drop event. I need to change the

  • 0

i got a problem with the Librarystack drop event.
I need to change the behaviour of the drop on a librarystack, but when i bind the drop event in xaml the event is never raised!

<s:LibraryStack AllowDrop="True" Drop="infoStack_Drop_1" PreviewDrop="infoStack_Drop_1" x:Name="infoStack" Canvas.Left="1" Canvas.Top="140" Height="280.5" Width="329"  Background="Transparent">

Another question:
Can i change the style of disabled SurfaceTextBoxes?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:44:04+00:00Added an answer on June 18, 2026 at 12:44 pm

    I believe this should solve your problem:

    http://msdn.microsoft.com/en-us/library/ff727842.aspx

    “Changing the Default Drag-and-Drop Behavior
    By default, when an item is dragged from the LibraryBar control and dropped onto another control, it remains in the LibraryBar control in an inactive (dimmed) state. You can change this behavior by attaching a PreviewDropEvent event handler to the target control.”

    C#

    #region AddPreviewDropHandler
    //Add the preview drop event to the stack
    SurfaceDragDrop.AddPreviewDropHandler(MainLibraryStack, OnPreviewDrop);
    #endregion
    

    “When the dragged item is dropped on the LibraryStack control, the attached event is raised. In the event handler, check to see if the DragSource property belongs to the source LibraryBar control. If it does, change the Effects property to DragDropEffects so the item is removed from the source LibraryBar control.”

    C#

    #region OnPreviewDrop
    //Add what stack effects you want here
    private void OnPreviewDrop(object sender, SurfaceDragDropEventArgs e)
    {
        if (MainLibraryBar.IsAncestorOf(e.Cursor.DragSource))
        {
            e.Effects = DragDropEffects.Move;
        }
    }
    #endregion
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Previously, I have worked on local notifications, but I got problem in it now.
I've got problem with using Json from : http://api.justin.tv/api/stream/list.json?channel=Herdyn , I need get some
I've got problem. I'm using windows.forms ListView to show some data and I need
I try to create complete web apps using ServiceStack.Razor . but got problem how
everyone I got problem here I need to update a plist data in a
I've got problem with Activity Feed and event in JavaScript-SDK. When user log in
I almost run my first ROR app on HEROKU but I've got problem with
I got problem.. When user click CLEAR PHOTO, my picture box will change picture
I've got problem with this peace of code, it should change lower case letters
i've got problem on implementing this functionality in Android... i need only to output

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.