About ToolBar's Band and BandIndex Properties
Wed, 31 Oct 2007 04:39:01 -0700
Hello,
Although this is not a technical help request, I wonder if someone (from
Microsoft or not) can think of a reason for the fact that the Band and
BandIndex properties of a ToolBar object are simple dependency properties and
not depdendency properties attached to ToolBarTray.
If I think about Band a ...
|
Templating templates?
Wed, 31 Oct 2007 04:32:00 -0700
Hello,
I am in a situation that, in a custom control I author, I need to generate
some DataTemplate object in a loop, from code, and set them to some
GridViewColumn.CellTemplate values.
All DataTemplate instances will have similar content - by default I use a
StackPanel with two ContentPresenter items - ...
|
Proper way to show images along the bottom pane of form?
Tue, 30 Oct 2007 11:14:02 -0700
I am working on a Quality Control form for a print shop. I have a folder
with thumbnails .png files for each image my printer is going to create. I
have split the xaml form into 80% top section and 20% lower with a docking
panel. In the 20% section I want to show every thumbnail image I have for
this doc. ...
|
complain about wpf
Mon, 29 Oct 2007 16:54:02 -0700
I want to give my opinion about the powerfull technology which is Windows
Presentation Fundation. I decided write these words just because I'm really
desapointed not specially about WPF him self, but more about the tools
Microsoft has developped to allows us to create application using WPF. I
understood that ...
|
ListView Columns
Mon, 29 Oct 2007 12:47:50 -0700
So I have usercontrol that contains a ListView. I would like one of my
columns to be non-resizable and the others to be resizable by the
user. I would also like to resize the columns on a resize event. I
have the listview resizing but the columns don't. I can't seem to find
the programmic access to the column li ...
|
How do you retrieve the actual value displayed in a ListView/GridView after binding and converting?
Mon, 29 Oct 2007 13:55:34 -0000
Hi!
I'm using a ListView with a GridView and I'm using all sorts of
different bindings and converters when displaying my data. My question
is: how can I retrieve the value that is actually displayed to the
user at a certain grid position (row,column)?
I'm using a DataTemplate as a cell template for my colum ...
|
Draw a circle in WPF
Sat, 27 Oct 2007 02:43:14 -0700
I need to draw a black lined circle and save it as a gif file. Can this be
done with wpf or do I need to use GDI+
The examples I found seem to only apply to UI elements not a file.
Thank you
Tem
...
|
|
|
Using variable XPaths in Style declarations
Thu, 25 Oct 2007 05:48:28 -0700
Hello,
I have this simple piece of XAML (just paste it into XAMLPad and it
will work).
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/
presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
<Canvas.Resources>
<XmlDataProvider x:Key="DataProvider" XPath="Data">
...
|
Template Binding for AccessText.TextAlignment not working
Thu, 25 Oct 2007 04:15:14 -0700
All,
we are generating XAML in a Web Service. This XAML is transported to
the client and displayed there. Now I am generating similar code in
the XAML for any of the Labels:
<Label ... HorizontalContentAlignment="Right">
<Label.Content>
<AccessText TextWrapping="Wrap" Text="Label Text"
T ...
|
type not defined when wiring events in xaml
Wed, 24 Oct 2007 15:11:00 -0700
hello
i am getting error "type VisualAMS.Welcome is not defined", when building,
this error only occurs when i enter a name for the class either through blend
or via the xaml otherwise it builds fine but i cannot wire events via
controls created in expression blend. Using vb.net 2005 with the relevant
. ...
|