Click here to Skip to main content
15,890,043 members

Videos


Page 5 of 8
1 2 3 4 5 6 7 8


.

()
» »
Updated:
Rating: ()
81. Dependency Property PropertyChangedCallback exception
The default value for your property is False. so if you set it to false, callback is never called, so you don't see errors.If element is null in callback, do the same handling in something like OnApplyTemplate (after control template is applied)
Irina Pykhova Updated: 30 May 2013
Rating: ( (No votes))
82. Putting a custom control in a resource file
this one says that you might use incorrect Build Action
Irina Pykhova Updated: 29 May 2013
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
83. ComponentOne Numeric Textbox
look at this: http://our.componentone.com/groups/wpf/general-wpf-all-controls/forum/topic/how-to-set-default-numericbox-value-to-emptyOur support forum is absolutely free, if you have other questions about our controls, ask them here:...
Irina Pykhova Updated: 8 May 2013
Rating: 5.00/5 ( (1 vote))
84. WPF XAML layout problem displaying cards
I believe, you need something like this: http://tozon.info/blog/post/2007/10/14/three-ways-to-make-your-wpf-images-pop-out-on-mouseover.aspxI.e., you should not change margins or sizes in any way,use ScaleTransform and handle it from event triggers or via VisualStates.
Irina Pykhova Updated: 5 May 2013
Rating: ( (No votes))
85. Silverlight Dependency property
Start from this link:Property Functionality Provided by a Dependency PropertyIt explains the usage. In short, they support data binding, animations, property change notifications and can be used in styles.
Silverlight » »
Irina Pykhova Updated: 3 May 2013
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
86. Floating Panel in wpf.
don't place your control panel into grid with scrolling, show it in the separate grid or maybe canvas over the underlying scrollable content, something of this kind:
Irina Pykhova Updated: 17 Apr 2013
Rating: ( (No votes))
87. Tab Order in WPF Application
Setting tab order in WPFYou should set KeyboardNavigation.TabIndex and take into account KeyboardNavigation.TabNavigation values. Read details about both in MSDN
Irina Pykhova Updated: 15 Apr 2013
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
88. WPF to Silverlight ItemContainerStyle problem
1. Silverlight has different syntax for Style.TargetType property, use (Style.TargetType Property).2. Binding in the property setters has been added in Silverlight 5. So if you use SL4, it won't work.3. There is no ItemContainerStyle...
Irina Pykhova Updated: 10 Apr 2013
Rating: 5.00/5 ( (2 votes))
89. Problem in get image from resource in external dll (WPF)
what is the problem with absolute Uri? If your TestProject1 references TestProject, your first case should work. I use the same exact thing in my projects
Irina Pykhova Updated: 5 Apr 2013
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
90. Parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone
How to parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone.
Irina Pykhova Updated: 5 Apr 2013
Rating: 4.92/5 ( (5 votes))

Page 5 of 8
1 2 3 4 5 6 7 8