in

ExpressionBlog.com

Microsoft Expression Studio Community
All Tags » XAML (RSS)

Browse by Tags

  • Sizing in Silverlight – Pixels and Stars

    Virtually all measurements (width, height, etc.) are measured in Pixels in Silverlight… except when they're not.   Pixels When you are creating a shape or setting a margin, or filing in the width or height of a control the implicit unit is pixel.  Thus, < Button Content ="Button"...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-21-2008
  • Silverlight and Data

    Tim and I and many others have been discussing, off and on, the frequent requests for videos/tutorials/demos, etc. that show how to move data into and out of databases and display them in Silverlight. On the one hand, my response is that the very question reveals that we've not done a good enough...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-19-2008
  • Silverlight Controls – Look Nicer, Taste Great

    In my earlier column i referred to the nice new look of the Silverlight 2 controls. I couldn't resist throwing together a very fast application (using Blend to lay  it out, and Visual Studio to bind the data) showing off a few of the controls. Not an ideal layout, but just enough to show the...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-14-2008
  • Data Binding – Data Validation

    The third and final Data Binding topic I'd like to cover for now is Data Validation. I'll modify the code discussed yesterday we're going to validate the Quantity on Hand field, already marked as two-way (that is, the user can enter a new value and it is stored in the underlying business...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-13-2008
  • Data Binding – Data Conversion

    One of the more interesting topics that arise in Data-binding is that of Data Conversion. So much can be accomplished without explicit conversion that it is easy to overlook… until you hit the real world. To see this, I'll make a small modification to the code I wrote for the Silverlight Tutorial...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-12-2008
  • Data Binding – Margin Notes

    We have a couple tutorials and videos about Data-binding, and once you grok the basics, it is reasonably straightforward. Tutorial – Data-binding Video – Data-binding There are a couple interesting concepts at the edges that are worth calling out, however.  The topics I'd like to cover in this...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-11-2008
  • Custom Controls – The Dénouement

    Over the past month I've posted half a dozen min-articles about creating custom controls that can interact with the Visual State Manager, and the underlying engine that makes it work; especially Dependency Properties and the Parts and States Model . Intro to Custom Controls Part 1 Intro to Custom...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-09-2008
  • Tag Property – The Diplomatic Pouch of Silverlight

    I received feedback from a few sources recently expressing confusion about the Tag property, which resides in the class FrameworkElement.  Notice, first that Control (the base for all visible controls) derives directly from FrameworkElement and thus every control is-a Framework Element and thus...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-06-2008
  • Template Browser – an indispensible tool

    One way that many developers like to create styles and templates for controls is to modify the existing styles and templates. An unusual feature of Silverlight is that every control in the toolbox is lookless – its appearance is determined by its own generic.xaml, just like the custom controls you create...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-03-2008
  • Dependency Properties - Precedence

    Today we wrap up dependency properties by talking about one of the most important, though typically invisible aspects: DP precedence order. This is critical because dependency properties, by their nature, are designed to have their final value set from more than one influence (e.g., resources, data binding...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-02-2008
Page 1 of 3 (29 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems