Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged wpf

0 votes
1.2k views
1 answer
    I use Caliburn micro for my WPF Project. Static menus are easy to bind with Caliburn <Menu Grid.Row="0" ... to the click from the model See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    This is my first foray into custom controls, and it's not going well. I have a custom graph control derived from ... controls. But I'm stumped. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
977 views
1 answer
    I am working with icons.XAML images, inserting them into buttons above a text block. Everything looks great until I hover ... , name); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
860 views
1 answer
    I was wondering if Silverlight 3 can be used to create line of business applications where I can use file import/export ... in one of the two. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm implementing an RelayCommand with an execute and an canExecute part. The RelayCommand works when it is without ... ) { return controller; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I have a MediaElement where the source is bound to some data <MediaElement Source='{Binding Something}' /> What is ... 't find such a property. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have a simple-as-can be window with a button tied to a ViewModel with a command. I expect the button ... disabled when CanExecute() is false? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
968 views
1 answer
    I will appreciate if some body can explain with a simple example. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have got an exception "Cannot find resource named 'mrg'. Resource names are case sensitive." when I try ... StaticResource connot be found ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is there a way in XAML to create a color object from a named color with different custom transparency level? e. ... wanted to quote an example. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to do the following at runtime in code: <DataTemplate x:Key="lightGreenRectangle"> <Rectangle Fill ... " of type DataTemplate. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I working on a WPF project where I've over-ridden the CheckBox control for some special operations. That ... nothing about the ControlTemplate. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    I have a WPF ListBox control and I'm setting its ItemsSource to a collection of item objects. How can I bind ... to set as a Binding.Source? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    I would like to arrange items of a collection in a grid with a specific number of columns and rows ( ... suggestions would we welcome, thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to create a simple style data trigger that pulls it's binding value from a viewmodel property, as you can ... )); } } )); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How would I get a byte[] equivalent of a SecureString (which I get from a PasswordBox)? My objective is ... the point of having a SecureString See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a WPF Prism application that I'm building. The application is to the point where I want to be ... assemblies to work in my environment? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I tried the following: <tk:DataGridTextColumn Header="Item" Binding="{Binding Item.Title}" ToolTipService.ToolTip=" ... Is it even implemented? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    i want to position the Expander button on the right side of the label. How to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I have a child UserControl comprising of multiple textboxes, labels, image etc. I need to populate this user ... do this in my ViewModel. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have the following code to subscribe to property changed event for VisiblePosition property of Column class: ... do that? Thanks, See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
971 views
1 answer
    In a .Net 4.0 WPF project, we need to keep the same CurrentCulture on each thread then we have on the ... we should initialize to keep track? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    What solutions do I have if I want to prevent the UI from freezing while I deserialize a large number ... regarding perhaps multiple UI Threads? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
945 views
1 answer
    I noticed that bindings with UpdateSourceTrigger==LostFocus do not get updated when the user activates ... UpdateSourceTrigger=PropertyChanged. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
962 views
1 answer
    If you set TextWrapping to "Wrap", a WPF TextBlock can have several lines of text. Is there a "clean" way to ... dirty. Is there a better way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Recently i've read 'Databinding overview' article at MSDN and there is such sample code: <TextBox.ToolTip> ... .Errors)[0].ErrorContent" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    I know I need to call RemoveValueChanged, but I have not been able to find a reliable place to call this. ... >(m_TextBlockAdorner); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    'ContentTemplate' is a DataTemplate that displays an object which has a member 'FooList' (an ObservableCollection). ... at the correct object? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...