The contentpresenter tag has no wiki summary.
0
votes
0answers
24 views
Is there an easy way to calculate the mouse coordinates over a bitmap image in a ContentPresenter with ScrollViewer?
I have a bitmap image (2000 x 2000) in a ContentPresenter attached to a ScrollViewer. So the image can be zoomed and scrolled.
Is there an easy way to know the x,y coordinates of the mouse in ...
0
votes
2answers
24 views
How do I load a bmp into a ContentPresenter?
I have a ContentPresenter Content and I have just loaded a bmp from file. I would like the bmp to appear in the ContentPresenter and take advantage of the zoom features.
The code that I have (which ...
1
vote
0answers
58 views
WPF MVVM ContentPresenters
I am trying to implement a master detail form in WPF. The master shows a list of records (objects) which when one is selected the detail view then just renders that object/shows the fields.
...
0
votes
1answer
72 views
DataGridTemplateColumn using ContentPresenter in HeaderStyle
I am using couple of DataGridTemplateColumns in my XAML DataGrid, each one of which is group of text boxes, since I wanted a grouped header layout for the columns (e.g. merged columns as headers in ...
0
votes
0answers
30 views
Retrieving SelectionBoxItemTemplate in Expression Blend
In the combobox control template the ContentPresenter's ContentTemplate property is binded to SelectionBoxItemTemplate. How can I retrieve SelectionBoxItemTemplate in Expression Blend?
1
vote
0answers
46 views
Use a ContentPresenter for personnalize a template
I created a ressourceDictionnary for creating a templateButton.
I would like to be able to change the png image when i use this template, i think i need to use a ContentPresenter, but i don't know ...
0
votes
0answers
22 views
How to achieve trimming of arbitrary content on ContentPresenter?
I have written a template for a combobox and I have a ContentPresenter which displays some arbitrary content(content of the selected item). I want to trim the contents of it when the length extends ...
0
votes
1answer
84 views
Changing content according to selected option in WPF
I'm interested in creating an app that displays some buttons and changes a viewport according to the selected button. The viewport in my app is a ContentControl and I thought of changing its content ...
0
votes
1answer
181 views
UserControl content is empty when trying to use ContentPresenter inside DataTemplate
I have a main abstract code-only class BaseImpostorButton, inheriting UserControl. I have a child class ClickableImageButton with xaml and code-behind.
I'm using the following style with ...
0
votes
3answers
479 views
ListViewItem custom template: ContentPresenter stays empty
I have the following ListView in my code. views:GameCard is a custom UserControl and {Binding} is a valid DataContext object with three items. Without the custom ItemContainerStyle everything works ...
1
vote
1answer
95 views
How do you pass a ViewModel to the constructor of a UserControl that is shown in a ContentPresenter?
I have several UserControls that should display the same data. Each UserControl has a different layout of the data that is to be presented. The ContentPresenter can bind to any one of the UserControls ...
0
votes
2answers
289 views
How do I load a UserControl into a ContentPresenter within a (WPF) Window?
I have a window that contains a Viewbox. In that Viewbox, I would like to have one of several views which I have already created as UserControls. I am using the MVVM (Model View View-Model) design ...
0
votes
0answers
144 views
Customise ContentPresenter's datatemplate
I am basing this question on this one asked yesterday (http://stackoverflow.com/questions/13603961/inheriting-basedon-datatemplate/13605238#13605238) - i would like to expand on the question a little, ...
1
vote
1answer
91 views
Place a smal Image in the right top corner of a ComboBox
I have a normal ComboBox.
Now I want to place a small Image 16x16px in the right top corner.
I've try this code:
<ComboBox HorizontalAlignment="Left" Margin="95,49,0,0" ...
0
votes
1answer
90 views
How do I style a TabItem ContentPresenter that is within a Trigger?
I am re-styling a TabItem and want the background, foreground, and text color of the TabItem Header to be different depending on selected or not. I can successfully change the TextBlock of the ...
0
votes
1answer
293 views
Binding ContentPresenter.Content to TemplatedParent (WPF/Silverlight)
Basically, I would like to overlay, for example: TextBlock over Button, by using ControlTemplate (applied to this Button), but I don't want to get rid of default template of it.
Example:
<Grid ...
1
vote
1answer
161 views
ContentPresenter of extended Window class not showing content at design-time
I am currently writing a Dialog class (lookless control) which extends Window, and am assigning a default ControlTemplate to that class using a XAML style.
I want the 'Buttons' section of my Dialog ...
3
votes
1answer
309 views
WPF - Unable to bind properties of control in ContentPresenter to parent control
I have a custom control that is used in a form, this control combines a label and a textbox. When the form is in read only mode the control is changed to show a label instead of the textbox.
To do ...
0
votes
1answer
651 views
How to use content template for ComboBox content presenter?
In the following file, there is example for COmboBox - control template.
http://msdn.microsoft.com/en-us/library/ms752094(v=vs.85).aspx
I tried to add a content template for content presenter using ...
0
votes
0answers
17 views
Is there any way to detect the context of method execution in WPF?
I defined some bindings including attached property FocusHelper.Isfocused in ItemTemplate of the ItemsControl.
The very first time the binding is applied is when Items panel asks for the size of its ...
0
votes
1answer
595 views
XAML binding properties to UserControl in ContentPresenter
I have UserControl called EditorView that shows different "editors" (other user controls) based on its Content.
This is EditorView just to test the binding I replaced the FontEditor with TextBlock:
...
0
votes
0answers
121 views
Misuse of ContentTemplate in WPF MVVM wizard?
Project is hosted here:https://github.com/TheManInTheSuit/Wizadry.NET
I am attempting to load the "Steps" as viewModels into a WPF ContentPresenter- and then have a ContentTemplate matched to the ...
1
vote
0answers
379 views
WPF ItemsControl -> ContentPresenter
I hope someone can help me with my ItemsControl Problem :)
I use a ItemsControl with a Grid as an ItemsPanel to Add/Remove Column/RowDefinitions in MVVM (and also the Cell Content)
this works fine, ...
1
vote
2answers
171 views
Include a UserControl with Content
I've created a UserControl. I would like to include it with this code:
<UserControl1 Header="Heading">
<TextBlock Text="My Content" />
</UserControl1>
That's the UserControl:
...
0
votes
1answer
70 views
How to Use Template for Wpf DtaGrid?
i have a template for datagrid like this:
<ControlTemplate TargetType="{x:Type DataGrid}" x:Key="zoomableControl">>
<ScrollViewer x:Name="scrollViewer" ...
0
votes
1answer
180 views
Fade Out/In when ViewModel Changes
My WPF application's main window has a title bar/navigation area that persists for the lifetime of the application, and then there's the workspace area where most of the user interaction takes place. ...
0
votes
1answer
85 views
How to display xamlcode in my usercontrol
I have created user control. I want to display XAML inside my usercontrol. Like that:
<UserControls:UserControl1 Header="Heading">
<TextBlock Text="My Content" />
...
1
vote
2answers
156 views
How do I put a ContentPresenter in a Toolbar
I am struggling to put a ContentPresenter in a Toolbar. I have a UserControl, DashboardView, with a viewmodel, DashboardViewModel. My ContentPresenter is set up like so:
in the UserControl.Resources, ...
1
vote
2answers
2k views
ContentPresenter in UserControl
I'm new to WPF and I'm trying to create an UserControl which will have some nested content.
<my:InformationBox Header="General Information" Width="280">
<StackPanel>
...
2
votes
2answers
405 views
ContentPresenter triggers not working
I have a ContentPresenter inside a ControlTemplate trying to layout a TabItem. I want the foreground color of the TextBlock inside the header to change color when the tab is selected. My template is ...
1
vote
0answers
270 views
Customized UserControl with ContentPresenter, nested objects are null
I have a customized UserControl (CustomControl1) which I used as data container in MainPage.xaml.
As content of the MainPage- CustomControl1 I placed some buttons.
My error/question:
The buttons ...
0
votes
2answers
721 views
Silverlight Tooltip Style ContentPresenter TextWrapping
I want to create a Silverlight Tooltip Style but I don't want to use a textblock because the tooltip content might be an image or something else. So I'm using a ContentPresenter. My problem is how to ...
1
vote
1answer
402 views
In Template, can I make a trigger change Path.Fill when Path is a ContentPresenter?
I have a button template, where ContentPresenter is actually a Path.
On MouseOver, I want to change the Path.Fill.
See the template:
<Style x:Key="spinButtonStyle" TargetType="{x:Type ...
0
votes
1answer
787 views
Make a user control that can contain a child element (like the Border-Element)
in my Silverlight 4 application, I want to create a simple user control, that can - beside other things - contain another control. An example for what I want is the Border-Control. You can put any ...
1
vote
0answers
45 views
Hosting the same instance of a control in different windows in wpf using ContentPresenter
I have three windows - Main, sub1 and sub2.
A class called Context (which is my model).
The context has a property of type FrameworkElement and is instantiated in Main.
From Main, I am ...
0
votes
2answers
95 views
Creating a static view in WPF that won't get initialized every time
I'm working on a WPF application that contains a wrapper UI that is actually the MainWindow.xaml and the content in it (ContentPresenter) gets changed each time the user chooses to move to a different ...
0
votes
1answer
2k views
Color Animation ContentPresenter
I can't create an animation, or customize a color in ContentPresenter (NormalTextDay), this error appears in my XAML:
'System.Windows.Media.Animation.ColorAnimation' animation object can not be used ...
0
votes
3answers
259 views
Silverlight Change Content Based on Control CheckState (Toggle multiple ContentPresenters)
I would like to change the content of a control based on its current CheckState (checked, unchecked, indeterminate). If possible I would like the solution to use only XAML and require no code behind.
...
0
votes
1answer
417 views
Get instantiated UIElement of ContentTemplate from TabControl
I have a TabControl where the ContentTemplate is defined by a DataTemplate containing a ContentPresenter. The mapping UIElement class is defined by a DataTemplate for the specific ViewModel type. It ...
1
vote
1answer
720 views
Using a ContentPresenter inside of a MenuItem HeaderTemplate causes a StackOverflowException
Please observe the following markup:
<Style TargetType="{x:Type MenuItem}" x:Key="...">
<Setter Property="HeaderTemplate">
<Setter.Value>
...
0
votes
2answers
892 views
How do I set the Foreground property of a possible TextBlock in a ContentPresenter in Silverlight?
I have a custom style for Buttons in my Silverlight project and want to set the Foreground (and other properties) of the text in the button. But my idea is to use a ContentPresenter in the style. This ...
0
votes
1answer
339 views
WindowsFormsHost content doesn't show when its given to a ContentPresenter
I have WinForm controls I want to put in a WPF DropDownButtons(Extended WPF Toolkit) DropDownContent. Putting the controls to a WindowsFormsHost and that one is giving to the DropDownContent doesn't ...
2
votes
2answers
461 views
Oracle WebCenter Content Presenter Template
I need to create a content presenter template and integrate it into webcenter. But I am new in this technology. Can anyone give any reference from where I can learn these stuff, any step-by-step ...
1
vote
2answers
178 views
Set the properties of an auto-generated ContentPresenter
Consider the following part of a visual tree in a Windows Phone SL application:
As you can see, a PanoramaItem template contains a reference to a static DataTemplateSelector. It is a simple class ...
0
votes
1answer
208 views
Run animation based on view model property?
I'm trying to really adhere to the MVVM pattern, and as a result I'm having difficulty figuring out how I can get an animation on a view to fire every time some property on a view model is set (via ...
0
votes
1answer
204 views
How to reference “PreviousData” when setting ContentPresenter.Style
In the following code I am trying to set the style of the first item in my collection to one template and the rest to a different template by checking if the PreviousElement is null. I think my ...
0
votes
1answer
295 views
Set ItemsSource to ContentPresenter.Content
I have tried this:
<DataTemplate x:Key="RowItemTemplate">
<ItemsControl ItemTemplate="{StaticResource ResourceKey=BorderItemTemplate}" ItemsSource="ContentPresenter.Content">
...
5
votes
1answer
905 views
How can you enable auto-DataTemplate selection based on data type like you can with an items control?
We're writing a very specialized ItemsControl which actually has three ContentPresenter's per 'row', each bound to a different object (think poor-man's grid) instead of the more common one, like a ...
0
votes
1answer
74 views
How to allocate Irregular area as ContentPresenter?
If we have a grid with 2 columns/1 row, we can have something like in this blog.
But if we have 2 columns/2 rows [that means - main sqaure is divided into 4 small sqaures]...and only square at ...
1
vote
2answers
2k views
WPF DataGridCell Template with TextBlock - Binding?
i replace the ContentPresenter in the DataGridCell's Template with a TextBlock an now i search for the correct Binding to the content.
The normal way is Text="{TemplateBinding Content} for the ...



