dependency-properties
Routed events and dependency properties .NET wrapper confusion
I\'m new to WPF and have a confusion about wrapping syntax of routed events and dependency properties[详细]
2023-04-07 11:02 分类:问答Implement DataTemplate DependencyProperty in UserControl
I\'m trying to make an intertia touch scrolling list in a UserControl in Silverlight 4 using Expression Blend 4. I\'ve already made the dependency properties in my UserControl which i want to work lik[详细]
2023-04-07 04:37 分类:问答Are CLR wrappers for dependency properties optional or not?
I was under the impression that CLR wrappers for dependency properties were optional under WPF, and just useful for setting within your own code.[详细]
2023-04-06 19:44 分类:问答Using a Converter in conjunction with a DependencyProperty
I\'ve created a DependencyProperty on my derived AutoCompleteBox control --> IsReadOnly From there, I\'m trying to set the value (T/F) via a converter. Based on the converter value, I would like to u[详细]
2023-04-05 03:35 分类:问答Trying to register DependencyProperty for WebBrowser Control
I\'m trying to get the WebBrowser control to display HTML loaded from a variable. I found this solution Displaying html from string in WPF WebBrowser control so am trying to implement my first Depende[详细]
2023-04-04 21:07 分类:问答PropertyChangedCallback on DependencyProperty Only Firing Once
I have the exact problem as this guy in the Silverlight Forum and the accepted answer is : In this case, your property didn\'t actually change value.You added[详细]
2023-04-03 02:53 分类:问答Strange BindingMode=TwoWay behaviour
have this code public int SelectedPage { get { return (int)GetValue(SelectedPageeProperty); } set { SetValue(SelectedPageeProperty, value);[详细]
2023-04-01 00:24 分类:问答Overriding ActualWidth and ActualHeight dependency properties
I have a custom line shape with start and end point. The ActualWidth and ActualHeight properties however do not return the correct value, that is the difference between the points. Is there a way to o[详细]
2023-03-31 01:22 分类:问答WP7: Binding to attached properties
I\'m trying to bind a data value to an attached property. However, it just dont get it to work. I defined it like:[详细]
2023-03-30 10:42 分类:问答dependency properties gathered in separate class
My question concerns Silverlight (but I guess WPF as well). Basically I know, how to create dependency property in a user control and how to make it work. But what i was trying to do, and didn\'t suc[详细]
2023-03-30 06:51 分类:问答