Gal Ratner
Gal Ratner is a Techie who lives and works in Los Angeles. Follow galratner on Twitter
All Tags » WPF (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Creating free shaped windows in WPF

    WPF Allows for transparent windows which can help shape our desktop program to anything we can drew. In a few simple steps we can make a triangular program window. Here is how: In the main application window, set two values: Background = "Transparent" AllowsTransparency = "True" Use XAML to draw whatever...
    Posted to .NET Development by Gal Ratner on 27 Aug 2010
    Filed under: Filed under:
  • Bind a generic dictionary to a RibbonDropDownButton in a WPF Ribbon Control

    RibbonDropDownButton can show a list of items inside a Ribbon button. You can hard code the items by adding a collection of menu items like so: < r : RibbonDropDownButton Command ="me:AppCommands.OtherReports"> < MenuItem Header ="Cash Flow Report" /> < MenuItem Header...
    Posted to .NET Development by Gal Ratner on 27 Jan 2010
    Filed under: Filed under: ,
  • How to create sub menu items in the WPF Ribbon control

    The WPF Ribbon control can be downloaded from the Office UI Licensing site. One of its most interesting features is its application menu. You can create menus and sub menus to match the look of an office 2007 application. Simply add a new RibbonApplicationMenuItem to the ApplicationMenu. You can then...
    Posted to .NET Development by Gal Ratner on 17 Jan 2010
    Filed under: Filed under:
Page 1 of 1 (3 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems