controltemplate
Custom control defined in an assembly with ControlTemplates defined in another
I have created a library with custom controls to simplify some developments of my coworkers. I then have created a template in which I would like to give them the opportunity to modify default templat[详细]
2023-04-13 05:58 分类:问答Silverlight: How to Create a VisualState for a Templated / Custom Control
I\'m trying to create a templated/custom control in Silverlight. The base control can be a System.Windows.Controls.Button.The button has the following visual states:[详细]
2023-04-12 18:46 分类:问答How to know in Listbox which ListItem button is clicked?
I have Listbox: <ListBox x:Name=\"FriendsRequestList\"> <ListBox.ItemTemplate> <DataTemplate>[详细]
2023-04-12 01:27 分类:问答How do I make a ControlTemplate (for a checkbox) readonly in WPF/MVVM?
I\'ve got a WPF datagrid where I\'ve created a ControlTemplate for a checkbox to represent a bool? type.[详细]
2023-04-11 17:56 分类:问答Custom ControlTemplate for a TabControl
Currently, in my one of my Views, I have the following TabControl setup: <TabControl ItemsSource=\"{Binding Workspaces}\"[详细]
2023-04-11 06:27 分类:问答How can I get the property of ControlTemplate element?
My XAML looks like this: <charting:Chart Name=\"pieSeries1\"> <charting:PieSeries IndependentValuePath=\"Category\" DependentValuePath=\"Amount\"[详细]
2023-04-10 05:59 分类:问答TemplateField HeaderText ASP
I want HeaderText to be displayed only when Edit Mode is active <asp:TemplateField> <EditItemTemplate>[详细]
2023-04-07 23:16 分类:问答How is/can the WP7 Office Hub panorama header markup be created?
WP7 Office hub panorama header looks like this: What is it? one solid image two images (one for logo, one for \"microsoft Office\")[详细]
2023-04-06 09:24 分类:问答TextBox with ControlTemplate - problem with property Text
I ha开发者_如何学JAVAve one big problem with passing value from a ControlTemplate to the control. TextBox has a ControlTemplate, how can I pass value from this template to the TextBox text?All you nee[详细]
2023-04-05 09:44 分类:问答Silverlight version of StyleSnooper
To view the default style/control templates for built-in WPF controls, StyleSnooper is an invaluable tool.[详细]
2023-04-04 20:28 分类:问答