No announcements
Found 2724301 threads
-
0 Votes
run time exception: 'StaticResource mySelector' is not a valid value for property 'ItemTemplateSelector'
Steve, Just wrap around with curly brackets ItemTemplateSelector="{StaticResource ...Answered | 1 Replies | 1936 Views | Created by Steve Richter - Monday, October 22, 2012 4:28 PM | Last reply by noorbakhsh - Monday, October 22, 2012 4:51 PM -
0 Votes
[WP8.1] - ItemTemplateSelector - Not Binding the Fullmode
forum=wpdevelop Best Regards, Xavier Eoro We are trying to better understand customer views on social support experience, so your participation ...Answered | 1 Replies | 492 Views | Created by Suresh Shanmugasundaram - Monday, April 4, 2016 12:45 PM | Last reply by Xavier Xie-MSFT - Tuesday, April 5, 2016 9:40 AM -
0 Votes
[UWP] ItemTemplateSelector is called but the result is not used
>In this case the item data type is a generic ITreeNode<T> Did you mean only this item data type use ITreeNode<T>, and this itemTemplateSelector has issue?Answered | 3 Replies | 479 Views | Created by Alex K M - Monday, August 15, 2016 4:57 PM | Last reply by Sunteen Wu - Wednesday, August 17, 2016 1:12 AM -
4 Votes
StaticResource not working
This property is not supported in Windows 8.1.Answered | 5 Replies | 1059 Views | Created by Hong (MA, USA) - Monday, March 23, 2015 4:33 AM | Last reply by Hong (MA, USA) - Monday, March 30, 2015 2:07 AM -
1 Votes
Populate combo using StaticResource/DynamicResource
If so, you will want to set the ItemTemplateSelector property to an instance of a class deriving from DataTemplateSelector.Answered | 3 Replies | 4140 Views | Created by ReuvenH - Wednesday, January 28, 2009 3:48 PM | Last reply by ReuvenH - Thursday, January 29, 2009 8:54 AM -
0 Votes
'-2147483648' is not a valid value for property 'Height'
I was having the same problem instead I was getting -14 is not a valid value for property Height.Answered | 3 Replies | 5685 Views | Created by PhiltheWeb - Tuesday, September 27, 2011 10:22 PM | Last reply by bradsa - Wednesday, February 15, 2017 12:48 AM -
1 Votes
[UWP]ItemsControl and ItemTemplateSelector in Windows 10 UWP app
Best Regards, Amy Peng We are trying to better understand customer views on social support experience, so your participation in this interview project ...Answered | 2 Replies | 2702 Views | Created by Cleve Littlefield - Friday, January 22, 2016 8:44 AM | Last reply by Amy Peng - Saturday, January 23, 2016 4:42 AM -
1 Votes
How to catch the ValidateValueCallBack Exception of the Dependency Property
The validate callback can only return true or false, it fails or succeeds.Answered | 1 Replies | 1143 Views | Created by NANDAKUMAR T - Wednesday, February 3, 2016 4:58 AM | Last reply by Andy ONeill - Wednesday, February 3, 2016 9:34 AM -
0 Votes
Get the Dependency Property of the control at run time
Hi Arun Tyagi, get the Binding object: Binding myBinding = BindingOperations.GetBinding(menuItem1, MenuItem.IsEnabledProperty); Then you could get the ...Answered | 2 Replies | 1851 Views | Created by ArunTyagi - Thursday, February 9, 2012 4:31 PM | Last reply by Sheldon _Xiao - Monday, February 13, 2012 7:58 AM -
0 Votes
Problem with StaticResources
> Is there any other possibility to allow the integrator to customize the Page (besides of implementing a huge bunch of Dependency Properties or importing the DefaultStyles.xaml and ...Answered | 1 Replies | 758 Views | Created by sekeepa - Tuesday, March 3, 2015 1:07 PM | Last reply by Herro wong - Wednesday, March 4, 2015 6:10 AM -
4 Votes
Run time exception handling in xp_cmdshell
Hi, Thanks for the reply, that was reeally helpful But, is there any way to query the #Errors table and seggregate the values for failure and ...Answered | 5 Replies | 4091 Views | Created by Nikesh Vadavathi - Friday, September 28, 2012 11:46 AM | Last reply by Dan Guzman - Saturday, September 29, 2012 1:07 PM -
1 Votes
StaticResource vs Dynamic Resource
Hi, The value of a DynamicResoource is read every time it is used, so if you assign a new instance to it during the lifetime of your app, all users of that ...Answered | 1 Replies | 10935 Views | Created by wakefun - Saturday, August 25, 2012 8:55 AM | Last reply by SandorN - Saturday, August 25, 2012 9:40 PM -
0 Votes
Set StaticResource Grid.Column Not Working
The solution may be the same as for your other problem, in this other ...Answered | 2 Replies | 2406 Views | Created by inspira - Thursday, July 5, 2012 7:43 PM | Last reply by Pierre Morel-Fourrier - Wednesday, July 11, 2012 1:19 AM -
4 Votes
Enabling And Disabling Validation based on IsEnabled Property
First time dad is a big thing my friend.Answered | 9 Replies | 14658 Views | Created by mangy1983 - Tuesday, December 3, 2013 10:10 PM | Last reply by dev hedgehog - Sunday, December 8, 2013 3:26 AM -
1 Votes
'Provide value on 'System.Windows.StaticResourceExtension' threw an exception
And for differences bewteen the two, A StaticResource will be resolved and assigned to the property ...Answered | 4 Replies | 7623 Views | Created by Syed1985 - Wednesday, February 16, 2011 10:51 AM | Last reply by Yves.Z - Tuesday, February 22, 2011 3:17 AM -
0 Votes
TargetWorkflow property in invokeWorkflowActivity throw Property exception or workflow definition not found exception
When setting the TargetWorkflow, a message popped up saying that Property value is not valid, MyProperty_set was not found.Answered | 2 Replies | 3999 Views | Created by MichH - Tuesday, October 7, 2008 6:39 PM | Last reply by Cristina Lopez-Perera - Monday, June 22, 2009 9:42 PM -
0 Votes
Is this valid use of properties?
Is it possible to get the value of private properties using Reflection?Answered | 4 Replies | 2799 Views | Created by Tryst - Friday, May 1, 2009 4:21 PM | Last reply by DeborahK - Friday, May 1, 2009 5:36 PM -
2 Votes
Exception in Coded UI :The property Width is not a valid search property
Width and Height property are not enough to find a control.Answered | 2 Replies | 2326 Views | Created by Khirod M - Friday, September 12, 2014 11:11 AM | Last reply by Amanda Zhu - Monday, September 15, 2014 9:13 AM -
0 Votes
Change a textbox property at run time
The following is stated in the documentation: "Because the Font is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font ...Answered | 1 Replies | 3453 Views | Created by Rock3 - Tuesday, August 4, 2009 1:49 PM | Last reply by nillebo - Tuesday, August 4, 2009 8:42 PM -
0 Votes
Property validation
Hi willContest, According to your description, you want to validate the input value on client side and after the text box lose focus it will display the error ...Answered | 1 Replies | 774 Views | Created by willContest - Thursday, February 18, 2016 4:09 AM | Last reply by Weiwei Cai - Friday, February 19, 2016 9:24 AM - Items 1 to 20 of 2724301 Next ›
No announcements