Browse by Tags

Tagged Content List
  • Wiki Page: XAML

    Table of Contents Community Resources MSDN Web Pages Technical Articles XAML is a declarative markup language. As applied to the .NET Framework programming model, XAML simplifies creating a UI for a .NET Framework application. You can create visible UI elements in the declarative XAML markup...
  • Wiki Page: Multiple Columns in WPF ListBox

    In this article we will discuss ways to have multiple columns in WPF ListBox control and layout the ListBox such that each row has 3 items. All WPF controls deriving from ItemsControl provide an ' ItemsPanel' property that allows us to replace the internal layout panel that arranges the items...
  • Wiki Page: Business Rules: Decision Services for Business Applications

    Experience in the use of BRS shows that little regard was paid to the encapsulation of business logic in the architecture of applications in use today, irrespective of whether these are host systems or server based systems. Business rules are for the most part closely interwoven with the technical...
  • Wiki Page: How to Concatenate Strings into a Single Wrapping TextBlock (with Wrapping on Each Word)

    This "How To" shows several concepts around grouping and wrapping text. It also shows just how flexible the TextBlock now is, since the introduction of Runs. Each Run can have different styles, cursors, even events like MouseLeftButtonDown For this scenario, a WPF Forum poster...
  • Wiki Page: Set Brush for ScrollViewer Thumb

    In WPF/Silverlight ScrollViewer and ScrollBar control doesn't have any property to change color of Thumb dynamically from XAML by setting property. We have to edit the Style of ScrollBar and set the Brush for it according to our requirement. Based on requirement of one of the user on MSDN Forum...
  • Wiki Page: Editable Button in WPF

    Today I am going to share a code snippet to create an Editable Button in WPF, where we can update the text of a Button at runtime. In this control the user would right-click a button and then click 'Edit' to make to control Editable, and later right-click it to save/cancel the change. First...
  • Wiki Page: Data binding - Esempio base in XAML (it-IT)

    Table of Contents Cosa è il data binding Per cominciare Download Altre lingue Tedesco Inglese Il data binding è un modo utile di visualizzare i dati. Questo tutorial ti insegnerà le basi per implementarlo passo-passo. Se hai già familiarità con il data binding puoi anche saltare questo tutorial. ...
  • Wiki Page: Simple Data Binding in XAML

    Table of Contents What is data binding Get started Download Other Languages Deutsch Italian Data binding is a great way to display your data. This step-by-step tutorial will teach you the basics of data binding. If you are already familiar with data binding you can skip this tutorial. What is data...
  • Wiki Page: Formatting a string binding in XAML using a value converter

    Introduction WPF provides thorough support for formatting strings when binding using StringFormat or ContentStringFormat . However there are still scenarios where you will need to do some extra coding to get the results you want. For example an application may have an alphanumeric order reference...
  • Wiki Page: Silverlight Platform

    Overview Microsoft Silverlight is a Software Platform for building and running Rich Client Side Application , So Silverlight can be embedded inside HTML like the Flash Macromedia or can render outside the browser like WPF. Silverlight is cross browser , cross platform , it is a small implantation...
  • Wiki Page: The Equivalent to AutoGenerateColumns for a ListView/GridView

    In WPF there is no built-in way to make a ListView display generic content. The DataGrid has this ability but is probably too much for just a display. To this end I have created an AttachedProperty that will allow the user to use a ListView with that ability. To use this AttachedProperty simply...
  • Wiki Page: MultiColumn ComboBox in WPF DataGrid

    Recently someone wanted to have MultiColumn ComboBox in WPF DataGrid. Although there are many articles for creating Simple MultiColumn Combobox but not many article for having it inside Datagrid. So I decided to write a small snippet which can work for Datagrid. DataGrid has DataGridTemplateColumn...
  • Wiki Page: Troubleshooting WPF (Debugging WPF)

    This article covers many techniques you can use to troubleshoot and debug your WPF application, including binding errors, exception handling, inspecting the VisualTree and logging. Table of Contents Introduction Binding Errors 1. Changing Trace Level for All in Options 2. Changing Trace Level...
  • Wiki Page: Hinweis: Lokalisierung XAML (de-DE)

    Table of Contents Lokalisierung XAML Quellen Hinweise Lokalisierung XAML Quellen http://code.msdn.microsoft.com/windowsapps/Application-resources-and-cd0c6eaa http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh965326.aspx Hinweise Bei der Anbindung von Ressourcen beachten...
  • Wiki Page: How to Build, Manage and Navigate the User Interface of a WPF Application

    Table of Contents Introduction Download Navigate Pages or Dashboard NavigationWindow 1. Hyperlink 2. Frame 3. NavigationService Dashboard Applications Side-note about the power of templates 4. Adding UserControls to XAML 5. Parent Cast 6. Inversion of Control / Dependancy Injection (kind of) 7. Application...
  • Wiki Page: Comparando Silverlight con aplicaciones Windows Store (es-ES)

    Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
  • Wiki Page: Silverlight for Windows Embedded (Windows Embedded Compact 7)

    Silverlight for Windows Embedded is a native (C++ based) user interface (UI) development framework for Windows Embedded Compact powered devices and is based on Microsoft Silverlight 3. You can use Silverlight to do the following: Define visual UI for applications in XAML . Collaborate with designers...
  • Wiki Page: Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4

    Hands-On Lab Introduction To Windows Workflow Introduction to Windows Workflow Foundation in .NET Framework 4 Contents Table of Contents Overview Exercise 1: Hello Workflow Task 1 – Creating a Simple Hello Workflow Application . Exercise 1 Verification ...
  • Wiki Page: Obtaining Meaningful Error Messages When Troubleshooting XAML in a Silverlight for Windows Embedded Application (Windows Embedded Compact 7)

    When your Silverlight for Windows Embedded application encounters XAML issues during runtime, you might find that the warning and error messages in the Visual Studio output window do not provide specific information about the problem or where the problem occurred, making it difficult to interpret the...
  • Wiki Page: Blackboard Design Pattern: A Practical Example - Radar Defense System

    This article presents a WPF C# example of the Blackboard design pattern, available on TechNet Gallery. http://gallery.technet.microsoft.com/Blackboard-Design-Pattern-13a35a7e It discusses the concepts of the design pattern, and highlights points of interest for C#, WPF developers. ...
  • Wiki Page: Moving from Winforms to WPF

    This article is for the WinForms developer learning WPF. It introduces important new concepts, and lists differences, pitfalls & work-arounds. Contributed to by those that have [or are still] taking that same journey. If you are on that journey and know of anything that is missing...
  • Wiki Page: XAML Array Static Data - Quick Reference

    This is a collection of snippets useful in quickly plumbing a control with data. I use these in demos, tutorials, prototypes, and when replying to forum questions. NOTE: DO NOT TRY TO COPY FROM HERE, USE THIS MSDN SAMPLES PAGE INSTEAD, AS THIS WON'T COPY/PASTE WELL Table of Contents...
  • Wiki Page: WPF Printing Overview

    Table of Contents Introduction 1. Using DrawingContext 2. Printing WPF Controls 3. Printing Flow Documents 4. Making and Printing XPS Documents 5. Capturing and Saving Video Stills 6. Landscape Printing Introduction The techniques covered here are all available in a downloadable project over...
  • Wiki Page: WpfHowTo: Avoid binding error when removing a DataGrid row with RelativeSource (Static Bridge/Relay)

    This project shows how to use a Static Bridge or Relay to share a property between Visual Tree elements and elements that have been removed from the UI, due to source data changes. In this example, a forum poster wondered why they got the following error when they deleted an item from the data bound...
  • Wiki Page: How to make a Simple fast WPF mouse tail (or tracer stream) (en-US)

    This article shows how to add "Tracer" objects, that follow the mouse around in a stream / tracer effect. The concept is to move away from a "controller" type solution where a monitor loop adds and removes dots. In this example, each dot is responsible for it's own actions...
Page 1 of 2 (35 items) 12
Can't find it? Write it!