Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Silverlight Dimensioning Frustrations

    Thanks for the tips. What I was attempting to do was incorporate a Silverlight Control into the layout of the HTML page and have it treated the same way as a dynamically resizing HTML element such as a Table. Thinking about it a bit more I realise this probably won't be the most common way of using a Silverlight Control (that will probably ...
  • Silverlight Dimensioning Frustrations

    Hi All, I've been tearing my hair out over the course of a couple of months now with the HTML object hosting the Silverlight Control not automatically resizing itself when the Silverlight Control size changes. The automatic resizing behaviour is something that web developers have generally been able to rely on and is oe of the big strengths ...
  • Re: Stop Blend Auto-Generating Web Page

    I didn't work out how to circumvent the auto-generated HTML pages for Silverlight projects in Blend and VS.Net but I finally did work out how to easily adjust the size of the Silverlight control in the browser which was the underlying aim to start with. It's not the perfect solution as it requires a call to set the height of the control ...
  • Stop Blend Auto-Generating Web Page

    Hi, I'm attempting to customise the HTML in the start up page that Blend uses when testing a solution (F5). I've tried including Default.html in the project and edited it in both Blend and Visual Studio but both tools appear to take no notice and keep generating their own dynamic HTML page. Setting the "Start Action" in the ...
  • Re: Re: Setting Postiion after Inheriting from Grid

    Thanks, that was it. I've set those properties a thousand times and more often than not not using doubles gets me. Normally I spot it straight away but the exception message in this case was just different enough to put me off (either that or I should stop coding well before 3am). Regards, Aaron   
  • Setting Postiion after Inheriting from Grid

    Hi, Due to the problem with not being able to use XAML in inherited user controls I'm instead attempting to create a custom Grid and then using it within a UserControl. My purpose is to have a custom Grid that always has a couple of UI elements at the top and a button at the bottom. In between those elements others can be added the same as a ...
  • Check Steps for Creating Custom Control

    Hi, I've been reading around about creating a custom Silverlight control and I want to try and make sure I don't end up going too far down the wrong road. The control I want to create is the old enhanced data grid type control. My control will revolve around a datagrid control and will also include a separate control to look after paging ...
  • Re: Re: agenda/schedule contol/datagrid

    I may be missing something but can't you jsut use a standard DataGrid control to display that information? Given the exmaple you've posted it would seem to be a perfect fit. Regards, Aaron
  • Re: Re: Different Opacity on Child

    Hi All, Thanks for the hints. It doesn't look like you can "layer" controls of different opacities on top of each other so I took the advice of putting the higher opacity control on top of rather than as a child of the lower opacity one. It's not a very neat solution and means I have to manually position the second control to ...
  • Different Opacity on Child

    Hi, Is there a way to make a child element placed on a semi-opaque parent more opaque? I have a Canvas which has an opacity of 0.5. I've placed a UserControl on top of the Canvas and it's also got an opacity of 0.5 inherited from its parent. However I'd like to set the opacity of the UserControl to 1.0 and stop it from being see ...
1 2 3 4 5 Next >
Microsoft Communities