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
714 views
1 answer
    I've put together a basic animation which has a Control scaling from 0.1 to 1.0 (x & y). The problem I keep ... to it (got worse as it would). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
983 views
1 answer
    I have a DataSet bound to the Window.DataContext; I also have a DataGrid: <DataGrid ItemsSource={Binding Tables[ ... me in the right direction? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
910 views
1 answer
    I'm new to WPF and I'm having difficulty trying to sort a CollectionViewSource with a custom sort. ... this comparer on a CollectionViewSource? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
904 views
1 answer
    If my domain objects implement IDataErrorInfo, and I am using M-V-VM, how do I propagate errors through the ViewModel ... in the my view model. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    In WPF you can use an IValueConverter or IMultiValueConverter to convert a data-bound value from say an int ... every time something changes. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    I have a WPF ListBox that I would like to Enable multiple selection in the ListBox, and Databind the ListBox ... ? Thanks for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
869 views
1 answer
    This is driving me crazy. I have a DataGrid which has a DataGridComboBoxColumn which I want the user to be ... convert this to a StaticResource. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    I have a Button ControlTemplate and I'm trying to modify a DropShadowEffect on a Border by using a Trigger. Here is ... ) How can I solve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    How do I apply a style defined in my Application.xaml to all the textboxes in a particular window? I don't want ... them. This is WPF + VS2010. 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 a ScrollViewer and in that I am showing the Vertical Scrollbar, Now on changing resolution of the ... Any answer will be appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    The following is some partial XAML: <CheckBox Content="Display Data Points?" Margin="8,0.04,0,4" Grid.Row="1" ... If so, how might I do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is it possible, to set the autofocus to the textbox in my xaml file? <Window x:Class="WpfApplication1.Views. ... PropertyChanged}" /> </Window> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
937 views
1 answer
    In my project, I have TreeView, which contains a tree of objects of various types (all subclassed from the same ... > </[A Suitable Container]> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
953 views
1 answer
    I'm trying to understand how to use RoutedCommands. I was under the impression that if I don't specify ... element receive the command? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
779 views
1 answer
    I'm a rank beginner with WPF and I don't even know where to look to find the answer to this question. This ... trigger needs to set. But what? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Can someone point to an example where CollectionChanged is implemented. I am using wpf mvvm light. I tried to ... t find anything good enough. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    I need to convert the followinf code to c# code. There is a tool to do it automatically? thank you <ListView ... > </ListView.View> </ListView> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    In my WPF app, I have particular Window which contains, amongst other controls, a DocumentViewer. When this window ... window in its own thread. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    This seems like such a simple thing but I just can't get it to work. I have a single line text box that ... end into view. What am I missing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
867 views
1 answer
    Can't get this to work: <UserControl> <UserControl.Resources> <ResourceDictionary> <Style x:Key="TestStyle" ... element. Disconnect it first. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
823 views
1 answer
    I am using observable collections all around my applications. My problem is that when i use a popup window for ... is saved? Thanks, Oran See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    Consider the following: Let's say the Window is 1024x768 and the ViewBox fills the entire window, this means the TextBox ... best way to do it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to use a DynamicResource in Storyboard contained within a ControlTemplate. But, when I try to do this, ... . What is going on here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Any property to set to make textbox to resize according to the window size? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
979 views
1 answer
    When my users select a date via the Calander control within the DatePicker, the value gets correctly bound to ... buttons event code? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
890 views
1 answer
    Theoretically, I think that I can define Brushes and Colors etc. in an xaml file and assign that to a button. ... I don't know how. Marc 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 a merged resource dictionary in App.xaml Main assembly, which combines various resource dictionaries from ... changed the Pack URIs. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
981 views
1 answer
    Hi people stackoverflow. I'm working with MVVM, I have ViewModel call UserViewModel with a Property Password. In ... binding?? Help please!! 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

...