TOC

Localization Status: Arabic (ar)

With help from our users, we're translating this tutorial into Arabic. If you know this language, then please give us a hand - just click on one of the articles to get started! You don't have to translate an entire article at once - even a single paragraph would be a big help towards this task :)

If you translate an entire article, you can even get a link to your own website on it! [terms]

Top translators
  1. 1. User #4715 ?
  2. 2. User #1392 ?
  3. 3. User #5657 ?
Article/Chapter Progress
About WPF
What is WPF?
100% complete
WPF vs. WinForms
100% complete
Getting started
Visual Studio Community
100% complete
Hello, WPF!
100% complete
XAML
What is XAML?
100% complete
Basic XAML
100% complete
Events in XAML
100% complete
A WPF application
A WPF Application - Introduction
100% complete
The Window
100% complete
Working with App.xaml
100% complete
Command-line parameters in WPF
98% complete
Resources
97% complete
Handling exceptions in WPF
95% complete
Application Culture / UICulture
23% complete
Basic controls
The TextBlock control
95% complete
The TextBlock control - Inline formatting
91% complete
The Label control
91% complete
The TextBox control
83% complete
The Button control
97% complete
The CheckBox control
33% complete
The RadioButton control
95% complete
The PasswordBox control
92% complete
The Image control
64% complete
Control concepts
Control ToolTips
23% complete
WPF text rendering
97% complete
Tab Order
11% complete
Access Keys
96% complete
Panels
Introduction to WPF panels
10% complete
The Canvas control
26% complete
The WrapPanel control
95% complete
The StackPanel control
90% complete
The DockPanel control
93% complete
The Grid Control
5% complete
The Grid - Rows & columns
93% complete
The Grid - Units
89% complete
The Grid - Spanning
100% complete
The GridSplitter
100% complete
Using the Grid: A contact form Not started
UserControls & CustomControls
Introduction
23% complete
Creating & using a UserControl
32% complete
Data binding
Introduction to WPF data binding
11% complete
Hello, bound world!
29% complete
Using the DataContext Not started
Data binding via Code-behind Not started
The UpdateSourceTrigger property Not started
Responding to changes Not started
Value conversion with IValueConverter Not started
The StringFormat property Not started
Debugging data bindings Not started
Commands
Introduction to WPF Commands
100% complete
Using WPF commands
7% complete
Implementing a custom WPF Command Not started
Dialogs
The MessageBox
7% complete
The OpenFileDialog Not started
The SaveFileDialog Not started
The other dialogs Not started
Creating a custom input dialog Not started
Common interface controls
The WPF Menu control
16% complete
The WPF ContextMenu Not started
The WPF ToolBar control Not started
The WPF StatusBar control Not started
The Ribbon control
57% complete
Rich Text controls
Introduction to WPF Rich Text controls
100% complete
The FlowDocumentScrollViewer control
94% complete
The FlowDocumentPageViewer control Not started
The FlowDocumentReader control Not started
Creating a FlowDocument from Code-behind Not started
Advanced FlowDocument content Not started
The RichTextBox control Not started
How-to: Creating a Rich Text Editor Not started
Misc. controls
The Border control Not started
The Slider control Not started
The ProgressBar control Not started
The WebBrowser control Not started
The WindowsFormsHost control Not started
The GroupBox control
19% complete
The Calendar control
1% complete
The DatePicker control Not started
The Expander control Not started
The TabControl
Using the WPF TabControl Not started
WPF TabControl: Tab positions Not started
WPF TabControl: Styling the TabItems Not started
List controls
The ItemsControl Not started
The ListBox control Not started
The ComboBox control Not started
The ListView control
Introduction to the ListView control Not started
A simple ListView example Not started
ListView, data binding and ItemTemplate Not started
ListView with a GridView Not started
How-to: ListView with left aligned column names Not started
ListView grouping Not started
ListView sorting Not started
How-to: ListView with column sorting Not started
ListView filtering Not started
The TreeView control
TreeView introduction Not started
A simple TreeView example Not started
TreeView, data binding and multiple templates Not started
TreeView - Selection/Expansion state Not started
Lazy loading TreeView items Not started
The DataGrid control
The DataGrid control Not started
DataGrid columns Not started
DataGrid with row details Not started
Styles
Introduction to WPF styles Not started
Using WPF styles Not started
Trigger, DataTrigger & EventTrigger Not started
WPF MultiTrigger and MultiDataTrigger Not started
Trigger animations Not started
Audio & Video
Playing audio Not started
Playing video Not started
How-to: Creating a complete Audio/Video player Not started
Speech synthesis (making WPF talk) Not started
Speech recognition (making WPF listen) Not started
Misc.
The DispatcherTimer Not started
Multi-threading with the BackgroundWorker Not started
Cancelling the BackgroundWorker Not started
Creating a Game: SnakeWPF
Introduction
98% complete
Creating the game area
96% complete
Creating & moving the Snake Not started
Continuous movement with DispatcherTimer Not started
Adding food for the Snake Not started
Controlling the Snake Not started
Collision Detection Not started
Improving SnakeWPF: Making it look more like a game Not started
Improving SnakeWPF: Adding a high score list Not started
Improving SnakeWPF: Adding sound Not started
Full game & final words Not started