Click here to Skip to main content
15,900,461 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Ajax Tool Error Pin
Paul Conrad3-Oct-08 11:17
professionalPaul Conrad3-Oct-08 11:17 
QuestionWindowsFormsHost and keyboard focus Pin
Paul A. Howes1-Oct-08 4:15
Paul A. Howes1-Oct-08 4:15 
GeneralRe: WindowsFormsHost and keyboard focus Pin
Paul A. Howes1-Oct-08 4:32
Paul A. Howes1-Oct-08 4:32 
AnswerRe: WindowsFormsHost and keyboard focus Pin
Patrick Klug8-Oct-08 17:35
Patrick Klug8-Oct-08 17:35 
QuestionControl similar to new message control Pin
_iobuf30-Sep-08 7:03
_iobuf30-Sep-08 7:03 
AnswerRe: Control similar to new message control Pin
Paul Conrad6-Oct-08 18:52
professionalPaul Conrad6-Oct-08 18:52 
QuestionWPF Data binding Pin
koleraba27-Sep-08 8:21
koleraba27-Sep-08 8:21 
AnswerRe: WPF Data binding Pin
User 27100928-Sep-08 6:12
User 27100928-Sep-08 6:12 
You need to change your "Binding ElementName=Item, Path=Index"

First, add a x:Name property to your Window.

Then change the ElementName to the Window.Name property value.

Then change the Path to Item.Index

Cheers, Karl

» CodeProject 2008 MVP

My Blog | Mole's Home Page |
XAML Power Toys Home Page

Just a grain of sand on the worlds beaches.



modified 27-Feb-21 21:01pm.

GeneralRe: WPF Data binding Pin
koleraba29-Sep-08 6:01
koleraba29-Sep-08 6:01 
QuestionSimple Textbox validation Pin
Aslesh26-Sep-08 5:27
Aslesh26-Sep-08 5:27 
AnswerRe: Simple Textbox validation Pin
Pete O'Hanlon26-Sep-08 8:18
mvePete O'Hanlon26-Sep-08 8:18 
GeneralRe: Simple Textbox validation Pin
Aslesh26-Sep-08 9:57
Aslesh26-Sep-08 9:57 
GeneralRe: Simple Textbox validation Pin
Pete O'Hanlon26-Sep-08 10:14
mvePete O'Hanlon26-Sep-08 10:14 
GeneralRe: Simple Textbox validation Pin
Aslesh26-Sep-08 10:25
Aslesh26-Sep-08 10:25 
GeneralRe: Simple Textbox validation Pin
Pete O'Hanlon26-Sep-08 10:40
mvePete O'Hanlon26-Sep-08 10:40 
GeneralRe: Simple Textbox validation Pin
Aslesh26-Sep-08 11:18
Aslesh26-Sep-08 11:18 
GeneralRe: Simple Textbox validation Pin
Pete O'Hanlon26-Sep-08 23:28
mvePete O'Hanlon26-Sep-08 23:28 
AnswerRe: Simple Textbox validation Pin
Wes Aday26-Sep-08 9:26
professionalWes Aday26-Sep-08 9:26 
QuestionHow to handle TabControl's Tab Index changing in WPF ? Pin
Mohammad Dayyan25-Sep-08 13:39
Mohammad Dayyan25-Sep-08 13:39 
AnswerRe: How to handle TabControl's Tab Index changing in WPF ? Pin
User 27100925-Sep-08 15:15
User 27100925-Sep-08 15:15 
GeneralSelected Tab index? Pin
Mohammad Dayyan25-Sep-08 15:27
Mohammad Dayyan25-Sep-08 15:27 
GeneralRe: Selected Tab index? Pin
User 27100925-Sep-08 15:30
User 27100925-Sep-08 15:30 
GeneralRe: Selected Tab index? Pin
Mohammad Dayyan25-Sep-08 15:43
Mohammad Dayyan25-Sep-08 15:43 
GeneralRe: Selected Tab index? Pin
User 27100925-Sep-08 15:44
User 27100925-Sep-08 15:44 
GeneralRe: Selected Tab index? Pin
Mohammad Dayyan25-Sep-08 15:51
Mohammad Dayyan25-Sep-08 15:51 

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.