Click here to Skip to main content
16,004,782 members
Home / Discussions / WPF
   

WPF

 
QuestionVS 2008 WPF Designer Bug? Pin
PMBT27-Jan-10 1:24
PMBT27-Jan-10 1:24 
QuestionDrag and drop between ListBox items and Grid cells in WPF? Pin
mittalpa26-Jan-10 13:59
mittalpa26-Jan-10 13:59 
AnswerRe: Drag and drop between ListBox items and Grid cells in WPF? Pin
ProtoBytes27-Jan-10 7:17
ProtoBytes27-Jan-10 7:17 
QuestionPlaying games over internet with WPF apps? Pin
mittalpa26-Jan-10 13:56
mittalpa26-Jan-10 13:56 
AnswerRe: Playing games over internet with WPF apps? Pin
Mark Salsbery27-Jan-10 5:28
Mark Salsbery27-Jan-10 5:28 
AnswerRe: Playing games over internet with WPF apps? Pin
nagisetty128-Jan-10 1:20
nagisetty128-Jan-10 1:20 
QuestionWays to identify which cell was clicked on WPF Grid? Pin
mittalpa26-Jan-10 13:54
mittalpa26-Jan-10 13:54 
AnswerRe: Ways to identify which cell was clicked on WPF Grid? Pin
Mark Salsbery27-Jan-10 5:22
Mark Salsbery27-Jan-10 5:22 
mittalpa wrote:
If a user on particular cell, how can I identify the cell cordinates after click?


Usually by handling events in an element that's in the cell,
not on the grid itself.

You could probably also loop through the column and row
definition collections on the grid and hit-test against
the Actual/Width/ActualHeight values.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionMVVM application ? Pin
Mohammad Dayyan25-Jan-10 21:38
Mohammad Dayyan25-Jan-10 21:38 
AnswerRe: MVVM application ? Pin
ProtoBytes29-Jan-10 4:04
ProtoBytes29-Jan-10 4:04 
QuestionHelp with deployement Pin
ToddHileHoffer25-Jan-10 8:04
ToddHileHoffer25-Jan-10 8:04 
AnswerRe: Help with deployement Pin
Mark Salsbery25-Jan-10 14:22
Mark Salsbery25-Jan-10 14:22 
GeneralRe: Help with deployement Pin
ToddHileHoffer25-Jan-10 14:57
ToddHileHoffer25-Jan-10 14:57 
GeneralRe: Help with deployement Pin
Mark Salsbery26-Jan-10 5:54
Mark Salsbery26-Jan-10 5:54 
GeneralRe: Help with deployement Pin
ToddHileHoffer26-Jan-10 6:00
ToddHileHoffer26-Jan-10 6:00 
GeneralRe: Help with deployement Pin
Mark Salsbery26-Jan-10 6:13
Mark Salsbery26-Jan-10 6:13 
QuestionWindows Live API Pin
TerRO_GirL25-Jan-10 0:17
TerRO_GirL25-Jan-10 0:17 
AnswerRe: Windows Live API Pin
Mark Salsbery25-Jan-10 6:33
Mark Salsbery25-Jan-10 6:33 
QuestionWPF Keyboard buffer Pin
User 151565624-Jan-10 11:43
User 151565624-Jan-10 11:43 
AnswerRe: WPF Keyboard buffer Pin
Super Lloyd24-Jan-10 17:52
Super Lloyd24-Jan-10 17:52 
QuestionNeed suggestions for developing Scrabble like game in WPF Pin
mittalpa23-Jan-10 9:35
mittalpa23-Jan-10 9:35 
AnswerRe: Need suggestions for developing Scrabble like game in WPF Pin
Pete O'Hanlon24-Jan-10 8:37
mvePete O'Hanlon24-Jan-10 8:37 
AnswerRe: Need suggestions for developing Scrabble like game in WPF Pin
AspDotNetDev25-Jan-10 12:10
protectorAspDotNetDev25-Jan-10 12:10 
QuestionWhat is DataContext in WPF ? Pin
Mohammad Dayyan23-Jan-10 2:48
Mohammad Dayyan23-Jan-10 2:48 
AnswerRe: What is DataContext in WPF ? Pin
Abhinav S23-Jan-10 3:13
Abhinav S23-Jan-10 3: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.