Advanced Forum Search Results
-
P.S. the other point to have some native SL solution like attached property or so - is to have binding and all shebang.
Currently I have to create Binding everytime I add a child by hand in C#
-
Not exactly. Say you have a child control which has property ChildBackground. Logically this is property of the child.
And you have a panel control which has many childs. if you want to set background for all chidren - you need to do:
a) create ChildrenBg on the parent
b) create ChildBg on the child
c) set property like <local:MyParent ...
-
I have this situation not once. There are controls which have properties only to pass them down to child controls.
Is there more elegant solution. Something like inversed attached property perhaps?
Thank you
-
Ni hao
I need help with "proper" Silverlight-ish solution.
I have basic understanding how transforms works and how measure and arrange works. However I stuck with simple question - how do I find actual size of a visual element after it was scaled... The actual w/h are the same as before transform...
Which is cool until you try to find ...
-
I needed access to scaletransform in C# as it cant be data bound. I thought I found solution in MSDN (see snipet from there below): <Rectangle.RenderTransform>
<!-- If you give the transform a name you can
access it easily from code. -->
<ScaleTransform x:Name="myScaleTransform" />
...
-
You spelt it wrong:
"demoValidation;component/ToolitThemes/ExpressionDark.xaml"
ToolKit not Toolit
-
Thanks Axel, no it is not adaptive. I didnt instal media services on my IIS. It just a wmv file through http...
The problem is that it is not not starting, it seems it is playing but doesnt move anywhere. The state is Playing but Position doesnt change.
-
I made custom control inherited from ExpressionPlayer. After few gradual upgrades I hit brick wall... I attached original Media Player project and found that sometime (quite often) media element doesnt show anything but the CurrentState = Playing, Position value doesnt change. If I click Stop and then Play it most often start to work again.
The ...
-
How do you guys implement fullscreen for media players if the player is within complex layout?
I used to use mediaElement and now I switched to the expression player which ships with Expression Studio Media Encoder.
Both give me the same issue - if the player is inside a grid cell surrounded by other cells and user controls ...
-
that was an excellent and exhaustive answer. thank you