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
2.0k views
1 answer
    I'd trying to style my ComboBoxes to match the rest of the UI but I'm having problems with the IsMouseOver ... make the background color stay? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.4k views
1 answer
    I'm trying to return entities where the bool "isAssy" is true: public ObservableCollection<MasterPartsList> ... missing a cast?" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I have a bunch of Xaml vector icons inside a separated .xaml. I load them inside my window using this ... have multiple properties Resource... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    Here's a basic example to explain my problem. Let's say I have ObservableCollection<int> Numbers {get; set;} ... added and removed to Numbers? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I populate DataGrid in WPF through MVVM. I have business object with 4 properties to create the Row and Columns ... about items of the DataGrid? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I have a styled listbox. Listbox items change color when hovered over and when selected. Hover and select ... StaticResource myListBoxStyle}" /> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    let's say i have a section on my screen where "current record" is edited.. so my view model has ... correct: {Binding Path=CurrentRecord.Notes} See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.4k views
1 answer
    Can anyone please help how to programatically add the following style: <style> <style.Triggers> <Trigger Binding=" ... /style.Triggers> </style> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I am showing a Tool Tip when Mouse hovers on Help image. The xaml is given below: <Image x:Name="HelpImage" ... on the image ? Please Help!! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    We are looking for a way to make a textbox replace certain characters as a person types in it. Note, we are ... Hope that makes more sense now. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I have a CheckBox in my application that is using the TriState mode. The normal behavior for this mode ... something that should be obvious. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    On a wpf TextBox that has an TextChanged event, it seems to only fires when focus is taken away from the ... , rather than when focus changes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I'm getting this warning in Visual Studio output window when binding on a SolidColorBrush property inside a ... . Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    In my window, there is a Grid that takes up 100% of the available vertical space. Inside that Grid is a ... it can also be a DockPanel. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I have a WPF combo box bound to an obvserable collection (OC): <ComboBox Name="cbCombination" ItemsSource="{Binding ... the events fire. :( See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    I have a video with transparent background in .avi format (Made from Adobe After Effects), but the transparent ... wrong please let me know. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I would like to create a style that makes my cell's content green if positive, red if negative or black if 0. ... property I'm basing this on. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    In my code behind I set the MessageBoxTabControl.ItemsSource to an Observable Collection. <TabControl x:Name=" ... reference to my ListBox? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I created a shortcut from the application .EXE in Visual Studio Installer, but the resulting shortcut did not have ... enabled on right-click? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I have a WPF ListView that I'm trying to apply a custom style too... primarily I want to make the ... > </ListView.ItemTemplate> </ListView> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    i have a problem whenever i Refresh the prograss bar i get the error The calling thread cannot access this object ... ((int)percentageDone); };` See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    Please check the attached image. I made the textblock origin to it's center by RenderTransformOrigin="0.5,0. ... case I need absolute transform. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    i have user control that contain grid and inside it there is expander the problem is when i try to open new ... Grid> </Grid> </UserControl> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I turned an Horizontal ItemsControl to a Listbox so that I am able to select individual items but found that ... strings (value type semantics) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I have an ObservableCollection<object> Let's consider we have 2 items in it : int a = 1; string str = "hey ... int string Thanks for any help ! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I was wondering how you get the DataGridComboBoxColumn to display the selected item text when it is ... > </DataGridComboBoxColumn> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I have a ListBox which I need to gray out when it's disabled. Per user request it's not enough to disable it ... task, I'd appreciate the help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.8k views
1 answer
    I have data comming back from web service in the form of a ObservableCollection<string> I want to bind the ... NotImplementedException(); } } } 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

...