Comments, how-to's, examples, tools, techniques and other material regarding .NET and related technologies.
Wednesday, April 15, 2009
Separator for Menu Item in XAML (WPF, Silverlight)
Trivial task and yet worth mentioning: You want a separator in your XAML based application (WPF or Silverlight)? Use System.Windows.Controls.Separator.
In XAML write as follows:
Thanks--this is exactly what I was looking for!
ReplyDeleteI don't believe this is supported in Silverlight. WPF only.
ReplyDelete