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

WPF

 
AnswerRe: TreeItem with right-aligned delete button Pin
ABitSmart5-Mar-09 15:27
ABitSmart5-Mar-09 15:27 
QuestionTreeView With Arbitrary Number of Child Items Pin
Steve The Plant5-Mar-09 10:59
Steve The Plant5-Mar-09 10:59 
AnswerRe: TreeView With Arbitrary Number of Child Items Pin
ABitSmart5-Mar-09 16:19
ABitSmart5-Mar-09 16:19 
QuestionUsing an xbap as a component on an aspx page Pin
Ray Cassick5-Mar-09 10:51
Ray Cassick5-Mar-09 10:51 
AnswerRe: Using an xbap as a component on an aspx page Pin
johnsontroye12-Mar-09 14:03
johnsontroye12-Mar-09 14:03 
GeneralRe: Using an xbap as a component on an aspx page Pin
Ray Cassick12-Mar-09 16:36
Ray Cassick12-Mar-09 16:36 
QuestionWPF Bind code behind to element property Pin
nikotromus115-Mar-09 9:28
nikotromus115-Mar-09 9:28 
AnswerRe: WPF Bind code behind to element property Pin
ABitSmart5-Mar-09 15:00
ABitSmart5-Mar-09 15:00 
nikotromus11 wrote:
"Cannot implicity convert string to System.Windows.UIElement. *

You cannot assign a type string to an object of type UIElement. What are you trying to do ?

I would suggest you change your property to have a type System.Windows.Visibility[^]. If you are confused in the way we set visibility in XAML, like in XAML we specify a string then, I would point out that XAML automatically does a conversion of the string value to the specified type. But, if you do it in code, you would require to handle it on your own.
QuestionSilverlight plugin becomes unresponsive when javascript alert popups in Chrome Pin
aatijare5-Mar-09 3:57
aatijare5-Mar-09 3:57 
QuestionWPF Combobox databinding Pin
babongita5-Mar-09 3:37
babongita5-Mar-09 3:37 
AnswerRe: WPF Combobox databinding Pin
ABitSmart5-Mar-09 4:07
ABitSmart5-Mar-09 4:07 
GeneralRe: WPF Combobox databinding Pin
babongita5-Mar-09 5:20
babongita5-Mar-09 5:20 
GeneralRe: WPF Combobox databinding Pin
ABitSmart5-Mar-09 5:23
ABitSmart5-Mar-09 5:23 
GeneralRe: WPF Combobox databinding Pin
babongita5-Mar-09 5:40
babongita5-Mar-09 5:40 
GeneralRe: WPF Combobox databinding Pin
ABitSmart5-Mar-09 5:57
ABitSmart5-Mar-09 5:57 
GeneralRe: WPF Combobox databinding Pin
babongita5-Mar-09 6:11
babongita5-Mar-09 6:11 
GeneralRe: WPF Combobox databinding Pin
ABitSmart5-Mar-09 16:47
ABitSmart5-Mar-09 16:47 
GeneralRe: WPF Combobox databinding Pin
babongita6-Mar-09 2:26
babongita6-Mar-09 2:26 
GeneralRe: WPF Combobox databinding Pin
ABitSmart6-Mar-09 3:15
ABitSmart6-Mar-09 3:15 
GeneralRe: WPF Combobox databinding Pin
babongita6-Mar-09 3:32
babongita6-Mar-09 3:32 
GeneralRe: WPF Combobox databinding Pin
ABitSmart6-Mar-09 4:55
ABitSmart6-Mar-09 4:55 
GeneralRe: WPF Combobox databinding Pin
babongita6-Mar-09 5:08
babongita6-Mar-09 5:08 
GeneralRe: WPF Combobox databinding Pin
babongita6-Mar-09 5:10
babongita6-Mar-09 5:10 
GeneralRe: WPF Combobox databinding Pin
ABitSmart6-Mar-09 5:24
ABitSmart6-Mar-09 5:24 
GeneralRe: WPF Combobox databinding Pin
babongita6-Mar-09 5:29
babongita6-Mar-09 5:29 

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.