5
votes
2answers
263 views
Using XAML + designer to edit Plain Old CLR Objects?
I want to write a POCO in XAML, and use a DataTemplate to display that object in the GUI at runtime. So far, so good; I know how to do all that.
Since I'll already have a DataTemplate that can …
2
votes
2answers
1k views
Link button in wpf
Hey Guys,
How can I make Button to look like LinkButton link button, and I don't want to use
Hyperlink...!!
Any suggestions
1
vote
4answers
296 views
A simple tutorial for a beginner with WPF
Hi Guys,
I started today working on WPF for the first time.
My requirement is to create a windows application usign WPF.
I mean an application which has page, buttons, tree view, log details ( …
1
vote
1answer
146 views
Dependencies of dependencies not being copied to the output directory
Hi,
I posted this question on the MSDN forum but haven't been able to receive much of an answer, so decided to try it out here.
I'm having a problem with dependency libraries of a project not being …
1
vote
1answer
344 views
WPF Designer and Binding to Dependency Property problem
Hello all,
I have a problem updating the WPF Designer when binding to custom dependency properties.
In the following example, I create a simple Ellipse that I would like to fill with my custom …
1
vote
3answers
747 views
How can I make a rounded-corners form in WPF?
I am trying to make the corners of a Window (WPF) rounded and it doesn't work, I tried to make the window itself transparent and add an internal border with rounded corners and it doesn't work.
any …
0
votes
1answer
56 views
Strange HorizontalContentAlignment (non) behavior
I define a style in app.xaml:
<Style x:Key="textBoxCenter" TargetType="{x:Type TextBox}">
<Setter Property="VerticalContentAlignment" Value="Center"/>
<Setter …
0
votes
4answers
264 views
WPF UserControl Designer Problem with Strech
I have a WPF UserControl (Foo.xaml) that should be displayed streched (VerticalAlignment="Stretch" HorizontalAlignment="Stretch") on a window.
If I don't specify Width/Height on the UserControl it …
0
votes
3answers
175 views
Replicating 9-slice functionality in WPF
I really love the 9-slice feature in Flash/Flex. It is a great quick way to make liquid vector layouts. Take a look at:
…
0
votes
2answers
391 views
Can’t use WPF designer in VS2008 SP1
Hi,
i searched several hours four solution and nothing found. If I open WPF Designer in my VS2008 Team Suite SP1 I become following error:
Loading this assembly would produce a
different grant …
0
votes
4answers
336 views
WPF designer won’t load with entity framework
I have been having real problems getting the WPF designer to work in VS 2008 when i use the entity framework. I have a user control that gets data from an entity model. The user control designer loads …
-1
votes
1answer
201 views
Can you use a style to define a StackPanel’s Content property?
I'll just show an example
<Style TargetType="{x:Type f:WorkflowPage}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate>
<DockPanel …
