Click here to Skip to main content
15,880,608 members
Home / Discussions / WPF
   

WPF

 
QuestionAbout drag-and-drop issues Pin
Member 1300190328-Mar-18 17:31
Member 1300190328-Mar-18 17:31 
AnswerRe: About drag-and-drop issues Pin
Richard Deeming29-Mar-18 3:04
mveRichard Deeming29-Mar-18 3:04 
GeneralRe: About drag-and-drop issues Pin
Member 1300190329-Mar-18 20:26
Member 1300190329-Mar-18 20:26 
GeneralRe: About drag-and-drop issues Pin
Gerry Schmitz2-Apr-18 7:18
mveGerry Schmitz2-Apr-18 7:18 
GeneralRe: About drag-and-drop issues Pin
Pete O'Hanlon2-Apr-18 7:50
mvePete O'Hanlon2-Apr-18 7:50 
GeneralRe: About drag-and-drop issues Pin
Gerry Schmitz2-Apr-18 8:08
mveGerry Schmitz2-Apr-18 8:08 
GeneralRe: About drag-and-drop issues Pin
Member 130019032-Apr-18 17:25
Member 130019032-Apr-18 17:25 
GeneralRe: About drag-and-drop issues Pin
Pete O'Hanlon2-Apr-18 22:45
mvePete O'Hanlon2-Apr-18 22:45 
The way to handle this is to have the window itself act as the drop target. When the DragLeave[^] event is raised, create a new Window and add that tab into that window. There's a lot of code that you're going to have to write here - when I've done it, I've written it for clients so they own that code so I can't share it with you. You can see from this what you need to do so you should be able to cope with the actual mechanics of it yourself.
This space for rent

QuestionUse dependency properties with a WPF custom control Pin
bytesport27-Mar-18 23:18
bytesport27-Mar-18 23:18 
Rant[REPOST] Use dependency properties with a WPF custom control Pin
Richard Deeming28-Mar-18 7:58
mveRichard Deeming28-Mar-18 7:58 
QuestionWPF DataGrid Group Summary Rows Pin
Kevin Marois19-Mar-18 17:26
professionalKevin Marois19-Mar-18 17:26 
AnswerRe: WPF DataGrid Group Summary Rows Pin
Mycroft Holmes19-Mar-18 21:58
professionalMycroft Holmes19-Mar-18 21:58 
GeneralRe: WPF DataGrid Group Summary Rows Pin
Kevin Marois20-Mar-18 5:01
professionalKevin Marois20-Mar-18 5:01 
GeneralRe: WPF DataGrid Group Summary Rows Pin
Mycroft Holmes20-Mar-18 12:29
professionalMycroft Holmes20-Mar-18 12:29 
AnswerRe: WPF DataGrid Group Summary Rows Pin
Gerry Schmitz20-Mar-18 8:14
mveGerry Schmitz20-Mar-18 8:14 
QuestionBind the Text property of a TextBlock inside a ListView inside a cell of a DataGrid to a ViewModel Pin
Mc_Topaz15-Mar-18 2:47
Mc_Topaz15-Mar-18 2:47 
AnswerRe: Bind the Text property of a TextBlock inside a ListView inside a cell of a DataGrid to a ViewModel Pin
Gerry Schmitz15-Mar-18 6:35
mveGerry Schmitz15-Mar-18 6:35 
QuestionWPF: GroupBox background Image Pin
Hervend8-Mar-18 22:01
Hervend8-Mar-18 22:01 
AnswerRe: WPF: GroupBox background Image Pin
Pete O'Hanlon8-Mar-18 22:44
mvePete O'Hanlon8-Mar-18 22:44 
GeneralRe: WPF: GroupBox background Image Pin
Hervend8-Mar-18 23:06
Hervend8-Mar-18 23:06 
GeneralRe: WPF: GroupBox background Image Pin
Hervend8-Mar-18 23:24
Hervend8-Mar-18 23:24 
GeneralRe: WPF: GroupBox background Image Pin
Hervend9-Mar-18 2:31
Hervend9-Mar-18 2:31 
AnswerRe: WPF: GroupBox background Image Pin
Leif Simon Goodwin8-Mar-18 22:47
Leif Simon Goodwin8-Mar-18 22:47 
AnswerRe: WPF: GroupBox background Image Pin
Leif Simon Goodwin8-Mar-18 22:49
Leif Simon Goodwin8-Mar-18 22:49 
GeneralRe: WPF: GroupBox background Image Pin
Hervend8-Mar-18 23:13
Hervend8-Mar-18 23:13 

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.