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
884 views
1 answer
    I used the List<Person> collection as the ItemsSource for the DataGrid control. But it did not update the ... <Person> ? Anyone ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    I enumerate the list of fontfamilies and bind to combobox, the problem is when there is a font in the ... .GetFontFace() Please help. THanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I don't know if this question was already asked, but I could not find anything on it, so please lead me ... NOT start the process example.exe. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
776 views
1 answer
    I'm trying to use following implementation of the ObservableDictionary: ObservableDictionary (C#). When I'm using ... to make this work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    The Application I am building an application which includes a range selector. This consists of two custom drawn Slider ... end of the scroll pane. Screenshot of application whe...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    I'm programming by WPF. I need a way to make center content of cells, in DataGrid control. I use this code also: ... {x:Null}"/> What is wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    Is there a way, in WPF, to enumerate through all files within a specific embedded resource directory? That is, a ... Action" set to "Resource". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    The task: implement the simplest Dependency Property ever, which can be used in xaml like that: <uc:MyUserControl1 ... ="{Binding Text}"/> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
956 views
1 answer
    Whenever a node is selected in my treeview, it automatically does a horizontal scroll to that item. Is there a way to disable this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    How do I go about having two view models communicate with one another using MVVM Light. I know how to use ... will then tell the View. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
871 views
1 answer
    With each loop iteration, I want to visually update the text of a textblock. My problem is that the WPF ... the syntax? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    we just got started with XAML and are still fighting with basic issues: Coming from CSS we'd like to ... go with cascading styles? Cheers! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    How do I bind a view model property to the ListBox.SelectedItem property? I have created a simple MVVM demo ... binding? Thanks for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I have a number of elements in my XAML which define Foreground="#555" to be the color of faded text in a ... :sys=... reference for this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    There are a lot of similiar questions over internet, on SO included, but proposed solutions doesn't work in my ... problem. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How to control the Visibility of a textbox with radio button "IsChecked" property? I have a Two textbox's let ... use Convertor ? Please help!! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
992 views
1 answer
    In my WPF view, I am trying to tie an event to the Enter key as follows: <TextBox Width="240" ... textbox when my EnterKey command fires? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
815 views
1 answer
    In the example below I have a ListBox with dozens of font names in it. I would have thought it would ... ScrollViewer> </Grid> </StackPanel> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    When declaring converters in a WPF application, should I: Declare all my converters in the App.xaml (i.e. in ... of performance, memory, etc.? 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 couple of textboxes with custom validators: (I don't mind if "wrong" data is sent back to object (the ... ="234" Click="button1_Click" /> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
914 views
1 answer
    I'm trying to fade in a new control to my application's "app" area which is programmatically added ... ve registered everything properly :( See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to make a sector of a circle on WP7. I tried to do this with the ellipse class and I found ... area in the picture: Thanks, Laci See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
973 views
1 answer
    How can add this button to the title bar in WPF, by it being so used in a lot of applications I thought ... 't WPF have anything like that? 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 using a DataGrid in row selection mode (i.e., SelectionUnit="FullRow"). I simply want to remove the border ... the easiest way to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
726 views
1 answer
    I've read 1,000 posts saying it's possible, but for the life of me, I can't find how to create a vector ... a PNG for use in a WPF application? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio ... be very welcommed as well. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    For those doing pure MVVM, how do you handle a ComboBox SelectionChanged event without reverting to code behind? I ... "Test3"/> </ComboBox> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    When developing WPF UserControls, what is the best way to expose a DependencyProperty of a child control as a ... InitializeComponent(); } } } 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

...