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

WPF

 
QuestionWPF- Databinding set path Pin
DeepakMega23-Oct-09 8:25
DeepakMega23-Oct-09 8:25 
AnswerRe: WPF- Databinding set path Pin
Ian Shlasko23-Oct-09 8:57
Ian Shlasko23-Oct-09 8:57 
GeneralRe: WPF- Databinding set path Pin
DeepakMega23-Oct-09 16:24
DeepakMega23-Oct-09 16:24 
QuestionRefresh and Browser Close In Silverlight Pin
Member 470467523-Oct-09 3:21
Member 470467523-Oct-09 3:21 
QuestionWPF: WPF Toolkit Datagrid. Capturing Key board events Pin
sameercodes22-Oct-09 23:12
sameercodes22-Oct-09 23:12 
QuestionRe: WPF: WPF Toolkit Datagrid. Capturing Key board events Pin
hhrafn23-Oct-09 5:04
hhrafn23-Oct-09 5:04 
AnswerRe: WPF: WPF Toolkit Datagrid. Capturing Key board events Pin
ausadmin23-Oct-09 14:17
ausadmin23-Oct-09 14:17 
QuestionDelete a control from Cider( WPF editor) through code [modified] Pin
Vinod C S21-Oct-09 23:12
Vinod C S21-Oct-09 23:12 
Hi,
I have a WPF custom control. Its a container control derived from system.Windows.controls.Grid.
My requirement is only one control should be there in a cell of Grid.
I want to delete a control say Button, when the user drags & drops it on my custom control's cell & that cell already contains a control in it. I want to delete the control automatically & also the XAML should be updated for the same(XAML entry for the control should also be removed).
Currently what I am doing is in my Custom container's ArrangeOverride Method(), I am deleting the child control but the XAML is not updated for the same. I mean when the control is dragged on a cell with already having a control, control doen't appear in UI(as the code in ArrangeOverride deletes it from child collection ) but the XAML entry for the control is still present in xaml.
should I use any AdonerProvider or TaskProvider fotr this. If so how?

Thanks in Advance,
Vinod C S

modified on Thursday, October 22, 2009 5:18 AM

QuestionWPF DataGrid with DataGridTemplateColumn and RadioButton Pin
ausadmin21-Oct-09 20:51
ausadmin21-Oct-09 20:51 
AnswerRe: WPF DataGrid with DataGridTemplateColumn and RadioButton Pin
Suthagar.p25-Nov-09 21:56
Suthagar.p25-Nov-09 21:56 
QuestionHas anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 8:07
fred_21-Oct-09 8:07 
QuestionRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
Mark Salsbery21-Oct-09 8:52
Mark Salsbery21-Oct-09 8:52 
AnswerRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 8:54
fred_21-Oct-09 8:54 
QuestionRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
Mark Salsbery21-Oct-09 8:59
Mark Salsbery21-Oct-09 8:59 
AnswerRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 9:00
fred_21-Oct-09 9:00 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
Mark Salsbery21-Oct-09 9:19
Mark Salsbery21-Oct-09 9:19 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 9:22
fred_21-Oct-09 9:22 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 9:45
fred_21-Oct-09 9:45 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
Mark Salsbery21-Oct-09 10:05
Mark Salsbery21-Oct-09 10:05 
QuestionRadioButton DataBinding, without code-behind Pin
hhrafn21-Oct-09 6:38
hhrafn21-Oct-09 6:38 
QuestionRe: RadioButton DataBinding, without code-behind Pin
Mark Salsbery21-Oct-09 6:51
Mark Salsbery21-Oct-09 6:51 
AnswerRe: RadioButton DataBinding, without code-behind Pin
hhrafn22-Oct-09 0:50
hhrafn22-Oct-09 0:50 
GeneralRe: RadioButton DataBinding, without code-behind Pin
Gideon Engelberth22-Oct-09 5:31
Gideon Engelberth22-Oct-09 5:31 
GeneralRe: RadioButton DataBinding, without code-behind Pin
Mark Salsbery22-Oct-09 6:13
Mark Salsbery22-Oct-09 6:13 
GeneralRe: RadioButton DataBinding, without code-behind Pin
ausadmin22-Oct-09 9:36
ausadmin22-Oct-09 9:36 

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.