Click here to Skip to main content
15,905,776 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Control in ItemTemplate can't bind to owner control dependency property? Pin
Zvorko10-Oct-08 1:27
Zvorko10-Oct-08 1:27 
GeneralRe: Control in ItemTemplate can't bind to owner control dependency property? Pin
User 27100910-Oct-08 1:33
User 27100910-Oct-08 1:33 
GeneralRe: Control in ItemTemplate can't bind to owner control dependency property? Pin
Zvorko10-Oct-08 1:43
Zvorko10-Oct-08 1:43 
GeneralRe: Control in ItemTemplate can't bind to owner control dependency property? Pin
User 27100910-Oct-08 1:46
User 27100910-Oct-08 1:46 
GeneralReg:Voicechat application Integration Pin
Member 45820567-Oct-08 0:53
Member 45820567-Oct-08 0:53 
GeneralRe: Reg:Voicechat application Integration Pin
Pete O'Hanlon7-Oct-08 1:59
mvePete O'Hanlon7-Oct-08 1:59 
QuestionHow to update tabindex Pin
Cari796-Oct-08 2:23
Cari796-Oct-08 2:23 
AnswerRe: How to update tabindex Pin
Cari797-Oct-08 22:10
Cari797-Oct-08 22:10 
I'll try to explain some more... Smile | :)

example of how I've built up my so called form.


<grid>
<grid x:key="IDGrid" grid.column = 0 grid.row = 0>
<label>id</label>
<textbox Name="ID">
</grid>
<grid x:key="DescrGrid" grid.column = 1 grid.row = 0>
<label>Description</label>
<textbox Name="Description">
</grid>
</grid>

Then I have a drag and drop function where I can change the layout, So I say that the DescrGrid should be placed in column = 0, and row = 0, and the IDGrid is moved to column = 1. (ie. layout has now changed)

When I have the original layout I can use the focusDirection and move.Focus next. But when I change the layout, I still have the "original" tabindex order, so when I try move.next, it doesn't work..
Anyone who know how to do this in a dynamically way..

pleeze someoneBig Grin | :-D
QuestionError while running WPF, DirectShowNet application in Vista Pin
Vishaal K. Menon6-Oct-08 0:07
Vishaal K. Menon6-Oct-08 0:07 
QuestionXAML Power Toys 3.1.0.2 Has Silverlight 2 Support! Pin
User 2710095-Oct-08 12:56
User 2710095-Oct-08 12:56 
AnswerRe: XAML Power Toys 3.1.0.2 Has Silverlight 2 Support! Pin
Syed Mehroz Alam8-Oct-08 19:02
Syed Mehroz Alam8-Oct-08 19:02 
AnswerWhat about Mole Pin
Syed Mehroz Alam9-Oct-08 19:51
Syed Mehroz Alam9-Oct-08 19:51 
GeneralRe: What about Mole Pin
User 27100910-Oct-08 0:34
User 27100910-Oct-08 0:34 
GeneralRe: What about Mole Pin
jandersen7830-Apr-09 11:15
jandersen7830-Apr-09 11:15 
QuestionPlease Help Pin
mabbas_865-Oct-08 6:58
mabbas_865-Oct-08 6:58 
AnswerRe: Please Help Pin
User 2710095-Oct-08 14:23
User 2710095-Oct-08 14:23 
GeneralRe: Please Help Pin
mabbas_865-Oct-08 19:55
mabbas_865-Oct-08 19:55 
GeneralRe: Please Help Pin
User 2710096-Oct-08 0:35
User 2710096-Oct-08 0:35 
QuestionHelp with a WPF Combobox Pin
Aaron Hickman2-Oct-08 14:11
Aaron Hickman2-Oct-08 14:11 
AnswerRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 15:52
User 2710092-Oct-08 15:52 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 17:06
Aaron Hickman2-Oct-08 17:06 
GeneralRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 17:11
User 2710092-Oct-08 17:11 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 17:58
Aaron Hickman2-Oct-08 17:58 
GeneralRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 18:28
User 2710092-Oct-08 18:28 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 18:33
Aaron Hickman2-Oct-08 18:33 

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.