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
755 views
1 answer
    I have a ListBox in my wpf window that binds to an ObervableCollection. I want to open the browser if ... using the ListBox? Yours Sebastian See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    I am looking for a way to be able to use the wpf Path element to draw a path that will represent a route on ... how to even start.. Any hints? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    I have a DataTemplate that will be a templated ListBoxItem, this DataTemplate has a ComboBox in it which ... StaticResource myDataTemplate}" /> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    I'm trying to display a string in XAML using Label control. Following is my XAML code : <Label Height="28" ... > </TextBlock.Text> </TextBlock> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
883 views
1 answer
    We currently have a DataGrid that is bound to a DataTable. It also has a template column with a CheckBox in it ... what we may be doing wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    Now that's a real strange error. I am working on a WPF application and following MVVM. In my ... MyProject.ViewModels.MainPageViewModel exists. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    I've got the following MainView.xaml file that works well as a MVVM menu switcher. I've got these pairs: Page1View ... /> </DockPanel> </Window> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
833 views
1 answer
    I'm trying to create a GroupBox design like this. I have looked at the GroupBox.HeaderTemplate but I'm having ... what it looks like right now. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
937 views
1 answer
    How can I style WPF DataGrid to change the color of selected row when DataGrid lost its focus? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    In WPF, is there an easy way to add wavy underlines (like spelling errors in Word) to FlowDocument elements? There's ... be no way to style it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I have following XAML: <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontFamily="Arial" ... display 12+11 ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    The MSDN only states that Occurs when the CommandManager detects conditions that might change the ability of a command ... pressed and so on) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
778 views
1 answer
    This seems like it should be easy but I'm stumped. In WPF, I'd like a TextBox that stretches to the width of it ... > </Page> What's the trick? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
855 views
1 answer
    I am using ListView control instead of DataGrid in my WPF application. I want to give * width to my ... this will highly appreciated. Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    Why did Microsoft go the route of making dependency properties and dependency objects instead of using reflection and maybe attributes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be ... with StackPanel, not Grid etc. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
705 views
1 answer
    I have a ScrollViewer in my WPF App, and I want it to have smooth/animated scrolling effect just like ... same properties/features I want? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I cannot distinguish the different between 'Auto' and '*' when setting width/height for a grid column. Please help! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I am working on a WPF desktop application using the MVVM pattern. I am trying to filter some items ... FilterText TextBox changes? Many thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
878 views
1 answer
    I've got a situation in which I need to show an integer value, bound to a property on my data context, after ... please let me know. :) Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
785 views
1 answer
    I'm considering either a ListBox or a ListView for a WPF application. It seems either supports data binding and ... control to use and when? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    Given a StackPanel: <StackPanel> <TextBox Height="30">Apple</TextBox> <TextBox Height="80">Banana</TextBox> ... each of the individual children? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    I have a WPF project which has a resource (videos) with over 24 GB, I have set the configuration to Copy ... 700Kb of exe file. Please suggest. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
719 views
1 answer
    I have an application that's been running happily on windows 7 and below targeting the .net 4 framework ... Style> </ListBox.ItemContainerStyle> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    I don't know the correct wording to describe what I'm trying to do here... so I'll just show it. This xaml ... up the design view of my window? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    This seems to be a pretty popular topic, but... I have the following XAML: <internal:MyCommandObject x:Name=" ... need to get this to work? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
994 views
1 answer
    When you have a button, and do something like: Private Function Button_OnClick Button.Enabled = False [LONG OPERATION] ... also had no effect. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
778 views
1 answer
    Why is the error code : <dg:DataGrid Name="dataGrid" AutoGenerateColumns="False" HeadersVisibility="Column" ... add button to datagrid See Question&Answers more detail:os...
asked Oct 17, 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

...