Since Preview 15 I can't select Entrys or a Switch in a Grid.
IsEnabled="True" doesn't solve the problem.
Does someone know more?
Related
Am using Telerik RadDatePicker control in asp.net framework 4.5 application.
When the mouse is scrolled in RadDatePicker control, the year/month part is automatically changing. We need to stop this behavior.
How to achieve this? Please help.
I would like all controls I drag and drop onto my Windows Forms app to have a default margin of 6 rather than 3. I'm going to be designing lots of GUI's and the snap lines are a great help. Right now it's sort of a pain to have to change the margin for all the controls after they are added, then realign then using the snaplines.
Anyone know if this is possible?
In Blend, for some reason, I don't see the storyboard option PLUS sign button (#5) as described in this document link under section "Tour of the Objects and Timeline panel"
https://msdn.microsoft.com/en-us/library/jj171012.aspx
Basically I have the whole row with 2 - 5 missing and as a result I see the objects & timeline tab and right below in 'Page'.
I found out this feature was remove in an update. Is there a work around to create animation like I could w/ the storyboard like this guy is doing starting at 3:20?
I attached my screen shot.
This is a known issue. You could see it from Visual Studio Developer Community Blend storyboards missing ("Objects and Timeline")
As far as the missing storyboard UI is concerned, we do not support most Blend features like this in the new designer that you get when you target RS3 (10.0.16299).
So, as suggested by Marco Goertz, the workaround is you could temporarily retarget your app (lower to at least "Anniversary"), then the storyboards will show up again.
I have developed an app for Windows Phone 7 (which is also being updated to Windows Phone 8) and I have a peculiar UI issue in Application Bar.
I'm adding 4 ApplicationBarMenuItems to the ApplicationBar.
But when the app renders the ApplicationBar, it shows extra space at the bottom of the appBar.
This doesn't happen when I used 3 ApplicationBarMenuItems.
Note: This behavior is observed in both WP7.5 & WP8.
I could not find any official documentation that explains this or a workaround. I came across the below post,
http://www.jeff.wilcox.name/2011/03/metro-design-guide-v1/
which states,
The application bar moves to a specific size depending on the number of menu items in it. If you have 4 items, it will show the size for 5
– so visually it may not look quite right. Try optimizing for 3 or 5
menu items if you can for the best, tightest look.
Any thoughts?
There is no workaround and you are right that there is no info in MSDN about it (http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff431813(v=vs.105).aspx)
I'm adding auto complete to a new app using AutoCompleteBox. I noticed some strange behavior of the popup positon. Sometimes (about 70%) it'll popup slightly higher and blocks half of the textbox, while sometimes it just works fine. There're two AutoCompleteBoxes in my app and both of them have this behavior. Have anyone experienced this before?
I'm using the November 2011 toolkit.