Tagged Questions

WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.

learn more… | top users | synonyms

37
votes
2answers
7k views

ItemsControl with horizontal orientation

Do you know any controls inherited from the ItemsControl that have horizontal orientation of items?
35
votes
1answer
9k views

Difference between Visibility.Collapsed and Visibility.Hidden

What are differences between Visibility.Collapsed and Visibility.Hidden in WPF?
28
votes
6answers
20k views

Link button in wpf

How can I make Button to look like LinkButton, and I don't want to use Hyperlink...!! Any suggestions
19
votes
8answers
9k views

What is the Best WPF Ribbon Control Suite? [closed]

I'm going to add a WPF Ribbon UI to my program. What is the best suite of WPF controls including a ribbon control, based on your experiences? Thanks!
18
votes
2answers
9k views

WPF: ItemsControl with scrollbar (ScrollViewer)

I followed this small "tutorial" on how to add a scrollbar to an ItemsControl, and it works in Designer view, but not when I compile and execute the program (only the first few items show up, and no ...
18
votes
10answers
8k views

Design effects in WPF (tricks to enhance app's appearance)

I have developed an application that must be presented on exhibition as advertising. I want it to look more sexy! What tricks do you know that enhance the appearance of your applications? What are ...
16
votes
2answers
409 views

WPF repaint issue

I am having an issue with repaint of my WPF control. The WPF control is added as an ElementHost.Child for a Windows form. When Windows 7 goes into powersave mode and is brought back to normal (by ...
15
votes
4answers
10k views

Zoom control to WPF Form

How can I implement a zoom control to my wpf forms similar to the one avaialble in the visual studio designer? thanks!
14
votes
2answers
2k views

WPF: Handle editable hierarchical data / TreeView~DataGrid hybrid

I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc. Any other solution on how to handle editable ...
13
votes
2answers
13k views

AutoComplete TextBox in WPF

Can we make textbox to autocomplete in WPF? I found a sample where a combox box is used and the traingle is removed by editing style template. Do we better solution for autocomplete textbox? ...
12
votes
2answers
6k views

Simple (I think) Horizontal Line in WPF?

Creating a relatively simple data entry form, and just want to separate certain sections with a horizontal line (not unlike an HR tag in HTML) that stretches the full length of the form. I have tried ...
11
votes
5answers
5k views

Any WPF Gauge Controls that are open source?

I need to find an open source WPF Gauge Control that I can use in my Rich Client (not for silverlight). Does anyone have any recommendations on one that is open source? I need to build a WPF ...
10
votes
3answers
5k views

How to define TextBox input restrictions?

How can I restrict TextBox to accept only capital letters, or for example digits, or forbid to put any special character? Sure it's a piece of cake to catch TextInput event and handle the text here, ...
10
votes
5answers
36k views

programatically add column & rows to WPF Datagrid

i m new to WPF. i just wana know how should we add Columns & rows programatically to DataGrid in WPF. The way we used to do it in windows forms. create table columns , rows & bind it to ...
10
votes
1answer
5k views

How can I hide the header of a listview WPF?

I want to be able to hide the header at the top of each grid column in a WPF ListView. This is the XAML for my ListView: <Window x:Class="ListViewTest.Test0.ListViewTest" ...
10
votes
4answers
11k views

Where can I find a free masked TextBox in WPF?

Do you know any freely available WPF component for using masks (regex) in textbox?
9
votes
3answers
612 views

Is this indictment of DevExpress WPF controls valid and what is a good alternative vendor?

My company is starting a major greenfield development project using DevExpress WPF controls. I just read this critical review of their WPF controls: "... DevExpress developers completely ...
9
votes
1answer
622 views

TextBox doesn't honor System Decimal (Dot or Comma)

If I bind Text in a TextBox to a float Property then the displayed text doesn't honor the system decimal (dot or comma). Instead it always displays a dot ('.'). But if I display the value in a ...
9
votes
7answers
1k views

Styling the indeterminate state of a WPF checkbox

I want to style the indeterminate state of a WPF checkbox. We have a treeview control with checkboxes, and we want the indeterminate state to represent that some descendants are checked and some are ...
9
votes
1answer
3k views

WPF Dynamic Layout with ItemsControl and Grid

I am creating a WPF form. One of the requirements is that it have a sector-based layout so that a control can be explicitly placed in one of the sectors/cells. I have created a tic-tac-toe example ...
9
votes
1answer
6k views

Animate Expander in WPF

How to animate the expanded and collapsed actions of a Wpf expander control?
9
votes
3answers
5k views

WPF CheckBox with “Button” appearance

I need a button-like control that can have a Checked property, so that when clicked it stays pressed. I had that functionality in WinForms, with the CheckBox control, setting the Appearance property ...
9
votes
7answers
16k views

RichTextBox (WPF) does not have string property “Text”

I am trying to set/get the text of my RichTextBox, but Text is not among list of its properties when I want to get test.Text... I am using code behind in C# (.net framework 3.5 SP1) RichTextBox test ...
9
votes
2answers
2k views

Free Syntax Highlighting .NET Editor

I need incorporate a syntax highlighting editor control into my application. It is required that the control be free and native .NET code only so the Scintilla.NET control is not feasible. The reason ...
8
votes
1answer
392 views

Window Focus problem with .NET 4.0 and WindowsFormstHost

I'm getting some strange behavior that I'm having trouble with: Add a simple Forms control with text box to a WindowsFormsHost; Add a button that opens another WPF Window (not setting owner); ...
8
votes
4answers
522 views

WPF ObservableCollection Edit Mode

I am using observable collections all around my applications. My problem is that when i use a popup window for editing those entities, my bound lists are getting changed when the user changes those ...
8
votes
4answers
5k views

How to implement Balloon message in a WPF application

We would like to use balloon messages as described in the UX Guide from Microsoft. I found some samples which uses native code from Windows Forms, but the native code requires a handle to the ...
8
votes
2answers
185 views

What would you suggest for building such a control in WPF?

I need to build a WPF control that looks somehow similar to this: Where each color should be clickable and resizable (or selectable). This control will be used to set modes on the hours of a day. ...
8
votes
2answers
3k views

In WPF, how can I determine whether a control is visible to the user?

I'm displaying a very big tree with a lot of items in it. Each of these items shows information to the user through its associated UserControl control, and this information has to be updated every 250 ...
8
votes
1answer
3k views

Reorder tabs in WPF TabControl

Is there an easy way to customize the WPF TabControl so that it supports TabItem drag and drop - similar to what IE and firefox do.
8
votes
6answers
42k views

How to stretch in width a WPF user control to its window?

I have a Window with my user control and I would like to make usercontrol width equals window width. How to do that? The user control is a horizontal menu and contains a grid with three columns: ...
8
votes
4answers
9k views

How to make a Template Window in WPF?

So i am building an application that will have lots of windows, all with the same basic layout: A main Window A logo in the top corner A title block A status displayer down the bottom An area for ...
7
votes
4answers
553 views

Books about Advanced WPF control building

I'm really interested in learning really advanced features of WPF to learn how to create advanced controls, but apparently I'm running out of resources, and possibly, imagination. I have these 4 ...
7
votes
3answers
7k views

WPF TextBox Validation

I have validation hooked up to a model that is bound to the TextBox container. When the window is first opened validation errors appear as the model is empty, I do not want to see validation errors ...
7
votes
1answer
6k views

Align items in a stack panel?

I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked to the right side of the StackPanel. I tried the following but it didn't work: ...
7
votes
9answers
16k views

WPF: Binding to the PasswordBOX in MVVM - working solution?

I have come across a problem with binding to a passwordbox. It seems its a security risk but i am using the MVVM pattern so i wish to bypass this. I found some interesting code here (has anyone used ...
7
votes
4answers
4k views

What is the best WPF Graphing control? [closed]

Our latest project is using WPF for a rich client and we need a graphing tool that makes the best looking graphs that also has the ability to do the following with the graph: Line Graphs with the ...
7
votes
2answers
7k views

How do I create a dashed border with rounded corners in WPF?

The Rectangle element has StrokeDashArray which allows it to be drawn with dashes, but it doesn't support rounded corners. The Border control supports nice thick lines with rounded corners, but will ...
6
votes
1answer
160 views

Stop WPF ScrollViewer automatically scrolling to perceived content

The Application I am building an application which includes a range selector. This consists of two custom drawn Slider controls contained within one UserControl derived class. The range selector ...
6
votes
4answers
203 views

Improving Canvas performance

I am developing a Maps like application using WPF. I have ~10,000 PathGeometry, Shapes added to the canvas. I have added ScaleTransform and TranslateTransform for zooming and panning controls. The ...
6
votes
4answers
344 views

WPF Circular Border

How do i go about creating a circular border that can hold other UI elements? Something like this: Is there some easy way of achieving a similar effect?
6
votes
1answer
259 views

WPF performance problem with CommandManager

We've created a new, quite complex, WPF application from the ground up and have run into a performance problem as the number of commands registered with the CommandManager increase. We're using simple ...
6
votes
1answer
2k views

The difference between ListBox and ListView

Where is the difference between WPF ListBox and ListView ? I cannot find any significant difference in properties... Is there different typical use ?
6
votes
3answers
1k views

WPF: Cancel a user selection in a databound ListBox?

How do I cancel a user selection in a databound WPF ListBox? The source property is set correctly, but the ListBox selection is out of sync. I have an MVVM app that needs to cancel a user selection ...
6
votes
4answers
558 views

How Dispatcher differs from the background thread?

How Dispatcher concept in .NET 3.5 in WPF differs from the background thread in .NET 2.0 ? For example what will be difference between statements below: delegate.Invoke/BeginInvoke AND ...
6
votes
1answer
1k views

WPF: Collection dependency property “is read-only and cannot be set from markup”

I am creating a user control to display a three-month calendar. The control is based on the WPF Calendar control (WPF Toolkit 2009-06), and I want to pass several of the Calendar's properties through ...
6
votes
2answers
2k views

Is it possible to create a WPF tab control template that looks nothing like a tab control?

What I'd like is a control that functions just like the tab control but instead of having the tabs along the top, the items would be displayed in a list box along the side. I imagine it's possible but ...
6
votes
3answers
6k views

Removing WPF ListView/GridView highlight chrome

I have WPF ListView with GridView view and I want to remove any trace of row highlight. This useful piece of code can be found in one answer on this site: <ListView.ItemContainerStyle> ...
6
votes
4answers
5k views

WPF DataGrid how to get when ItemsSource updates

Which event fires when DataGrid's source is updating? I've tried DataContextChanged and SourceUpdated but it never worked out. Actually I need a simple thing. I want, if there is a new row comes, ...
6
votes
4answers
8k views

How to bind Close command to a button

The easiest way is to implement ButtonClick event handler and invoke Window.Close() method. But how to do this through a command binding?

1 2 3 4 5 41