Blogs1 - 10 of 739 recent posts for tag:XAML
20
Nov
2009
Des nouvelles de la PDC 2009 : Silverlight 4 Beta

11 hours ago by Wilfried Woivre

Et voilà, comme je le suppose, vous avez tous du apprendre que Silverlight 4 Beta est disponible pour nous les développeurs ! Et sinon vous n’étiez pas au courant, voilà qui est fait. Alors je ne vais pas vous lister toutes les nouveautés de Silverlight 4, vu que d’autres l’ont déjà fait ! Mais voic ...

Wilfried Woivré & .Net - wilfriedwoivre.wordpress.com · 1 reference

Creating more complex buttons in XAML

11 hours ago by Clint Rutkas

Ever look at a project and wonder how they got a epic button instead of the every day average one? There is an extremely easy way to do this in Expression Blend. I’m also going to show the XAML on how to do it by hand however. Here is a normal button and an ellipse. XAML:

Monkey See, Monkey Build - betterthaneveryone.com/Default.aspx · 209 references

Linq to Visual Tree

18 hours ago by Luke Puplett

Over on Peter McGrattan’s blog is a simple extension method for a DependencyObject which returns the visual tree descending from a particular visual element in a WPF application. The genius in Peter’s simple extension is that it automatically leverages the power of LINQ because the tree is IEnumerab ...

LUKE PUPLETT - lukepuplett.com

PDC 2009 – XAML Power! Tools and Apps

19 hours ago by Vasco Oliveira

A lot has happened in PDC 2009. Although I couldn’t make it this year, I’ve been watching it very closely from the keynotes, session contents, technologies, attendees, the space, chill out zone and merchandising. XAML-wise, there were some glorious days. Some cool WPF 3 and 4 apps were shown in day ...

.net Brainwork - blog.vascooliveira.com/blog_beta/Default.aspx

PDC 2009 – XAML Power! Tools and Apps

19 hours ago by Vasco Oliveira

A lot has happened in PDC 2009. Although I couldn’t make it this year, I’ve been watching it very closely from the keynotes, session contents, technologies, attendees, the space, chill out zone and merchandising. XAML-wise, there were some glorious days. Some cool WPF 3 and 4 apps were shown in day ...

.NET Brainwork - vascooliveira.com/Blog/Default.aspx · Rank: 178,665

Silverlight4 Beta Availability for Developers

1 day ago by rajramabadran

Silverlight 4 Beta Information Earlier this week at PDC09 in Los Angeles we unveiled a Beta version Silverlight 4. This latest version delivers hundreds of features and controls that, when combined with the continued innovation in Microsoft’s world-class tools for designers and developers — Microsof ...

Raj Ramabadran's Weblog - rajramabadran.wordpress.com · 5 references

Using Expender control inside List View

1 day ago by zamjad

Till now are are applying template only at the list view header. This time we are going to apply template in the list view item. In this example we are going to insert the expender control inside the cell of the grid view. We are using data template for this purpose. We are going to apply on GridVie ...

Zeeshan Amjad's Blog - zamjad.wordpress.com

19
Nov
2009
XAML: what about events?

1 day ago by LA.NET [EN]

A friend of mine asked me about events and XAML: can we setup event handlers in XAML? And the answer is, yes, you can. Here’s a quick example of how you can handle the click event of a button: < Button Click = "Button_Click" >

ASPInsiders - sol3.net/blogs/aspinsiders/default.aspx · Rank: 82,619

How to build types that can be consumed from XAML

2 days ago by LA.NET [EN]

Now that you know how to use custom types in XAML, you might be wondering if there are any thing you should keep in mind when designing new types that should be consumed from XAML. I’ve already said before that collection properties need to have a getter...( read more)

ASPInsiders - sol3.net/blogs/aspinsiders/default.aspx · Rank: 82,619

Associating XAML namespaces to CLR namespaces

2 days ago by LA.NET [EN]

Take a look at the following (simple) XAML: < UserControl x : Class = "SilverlightApplication1.MainPage" xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x = "http://schemas.microsoft.com/winfx/2006/xaml"...( read more)

ASPInsiders - sol3.net/blogs/aspinsiders/default.aspx · Rank: 82,619

Previous1234567