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.3k views
1 answer
    In my application, I play a video file using the MediaElement control, and I need to have fast forward and ... (in appropriate speed ratio). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is there a way to get an iteratable collection of all the cells in a DataGrid regardless of whether they are selected or not See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    If I have a class called: GuiObject, and that class has a list of GuiObjects called: "GuiObjects". Now say my ... Anyone know how to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    I want to create a WPF TreeView that contains TreeViewItems that stretch to fill the available space. I modified ... </TreeViewItem> </TreeView> 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 built a semi-transparent custom layout panel in WPF by setting the Opacity value of the panel to 0.5. Everything ... { Opacity = 0.5 }; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm looking for a way to essentially give an item in a ResourceDictionary multiple keys. Is there a way to do this? ... there's a built-in way. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In Windows 10, when using touch device like Surface, touching an input control like a TextBox in a not maximized ... the button is visible). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm new to WPF, working on my first project. I've been stuck in this problem for a week so I'm trying ... question, thanks A LOT in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have created very small WPF application and facing one problem. I have below classes. Employee.cs using System; ... it is... Regards, Hemant 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 <DataGrid Name="grid" MouseDoubleClick="Attributes_MouseDoubleClick" > I need to unselect a row whenever a ... approach this? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    The Publish feature stopped working once I installed Visual Studio 2012. Publish cannot find the prerequisite Microsoft ... my WPF application? 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 writing an application in Prism. I have a user control and contains two <ContentControl> controls. These both ... t get added. Any clues? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a WPF datagrid (4.0) with a custom column (derived from DataGridTextColumn). In GenerateEditingElement I ... working nicely Any ideas? 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 having a TabControl and within it a TabItem having a ContentControl. This ContentControl is applied a ... TabItem is not working?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a WPF ListBox with some user cards inside. When one of those user cards is created (in the ideal ... </ListBox.ItemTemplate> </ListBox> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    I'm really scratching my head with this one. I have a mainwindow which opens a dialog. After the ... viewmodel might already bee disposed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
982 views
1 answer
    How can I make my desktop application into an OpenID relying party? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am developing a WPF application that must run using Windows Classic theme. The application creates a dialog box ... for Classic theme??? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Im writing this childrens game (memory) and have a list of tiles (List) which i bind to an items control inside ... "/> </UniformGrid> </Window> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This may (hopefully) have a trivial or very simple answer. Suppose I want customized headings for my DataGrid. I ... Text" to the DataTemplate? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I want to copy all the datagrid records into datatable without using any loop. For Ex: Dim dt as New DataTable dt = ... is WPF with vb.net 4.0 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I want to compare two dynamic values User_id and user_id for equality and setting one property Cursor. Also, when ... "Hand"/> </DataTrigger> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am having a WPF application which is called by a client software. It works fine for the 1st time.When I ... a different thread owns it. } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I need put in } and { in a XAML ConvertParameter without it being interpreted: ConverterParameter = "{0}/{1}" ... ... not work. How to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
905 views
1 answer
    <Grid xmlns:local="clr-namespace:SortedEnumInComboBox" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:scm=" ... a converter or what? 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 build a view, which will contain an injected view into a region (both will have their own ViewModels). ... using MVVM in a right way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm using a DragEventArgs for a Drop Event and have the x, y Drop Insert position within a TextBox. How do ... inormation! Thank you very much! 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 Two separate observable Collection where T is a user defined class. These collections are binded to List ... Thanks in advance. Cheers! 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

...