i have two comboBoxes. i want to link them?
1) i have different sets of values luike:Thickness = 6 {Span = 4Span = 5Span = 6Span = 7} Thickness = 7 {span = 5, span =6, span =6.5 span =9}i have made two comboBoxes. one for thickness and one for...
View ArticleComboBoxitem selection makes TextBoxes enable and disable?
i have comboBox and ofcourse it has items in it. for example it has "abc" and "efg" and "zxy". I want to know that if "abc" is selected, the textbox below the comboBox should be disabled. how to do it....
View ArticleRender List box Items Async
Hi.I have a listbox filled with 1000+ items. Each item is a picture.My problem is, when the listbox is rendering the items the UI freezes until the rendering is complete. Is there a way to provide a...
View ArticleHow to set tabindex for DatePicker PART_TextBox
I have to set tabindex for all controls in my wpf page.For all controls tabindex is working fine except date picker.For datepicker tabindex is always coming 2147483647. when i checked i have to set...
View ArticleSave/Load Button (Visual Novel)
I'm making a visual novel and I don't know how to make a Save/Load Button. So does anyone know how??
View ArticleAdvise on using await async call efficiently
Dear all,I have a list of product in an SQL serve database that is collected through a back end service and then display to a WPF application. As the list of product in the database can be huge, I...
View Articlehide,reopen and close a window
hi,i have only one window in my project. i have implemented mvvm architecture.my scenario is as follows:display mainwindow.xamlget the user inputshide the window until validation is doneif the inputs...
View ArticleUse more than one WPF-Touch applications simultaneously with touch.
Hallo,I have developed Wpf-Touch Application and I want to run two instances of this application at the same time. One aligned to the left side of the screen and once to the right. But it looks like...
View ArticleHow to access parent window from child user control
Hi members, I have created a wpf mainwindow with a grid named borderGrid. I also created a new usercontrol named InitialPage. I also have a button in mainwindow, which when clicked should add the...
View ArticleGraphic designed window in Photoshop to C# XAML?
Hello Everyone,I am working on a project where we had a graphic designer give us some graphical layout options.Well, he gave a jpg picture of what should be the labels and dropdown boxes on the window....
View ArticleKeep open screens updated - WPF/Prism/MEF/MVVM/EF
Hi, In our WPF app implemented using Prism and MEF, UI layer is MVVM based and EF has been used in DAL. When the data changes on one screen, we want to ensure that all open screens display the updated...
View ArticleScroll row in datagrid with finger without selecting that row
Hi WPF Champs,I have one WPF application that will run on Tablet at client side.Problem : When I scroll the rows in DataGrid then the row on which I placed my finger to scroll get selected and shows...
View ArticleCell color different in each row? DataGrid WPF
Hi All,I have a UserControl in a WPF Desktop Application responsible for holidays. After selecting the date, the code is designed to color the cells that are displayed in the DataGrid, and are located...
View ArticleSetting Focus from VM with Josh Smith's FocusBinding
I am attempting to use Josh Smith's FocusBinding example. I've got the code in my project. I had to adjust some references for .Net 4.5, but it builds without issue. When I attempt to use it in my...
View ArticleWPF VB.NET Variable Image in WPF DataGrid depending of a certain cell value
How Can i display a image in a grid depending of a certain cell value<DataGrid x:Name="DG" Background="Transparent" BorderBrush="Transparent" GridLinesVisibility="None"...
View ArticleScrollViewer with a list box autoscroll and mousewheel
Hy,I have the following XAML code:<ScrollViewer Grid.Row="3" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Visible" ScrollChanged="ScrollChangedClick"><ListBox...
View ArticleHow to implement CommandParameter In RelayCommand MVVM Light Extensions class?
Hi all I am Using RelayCommandExtensions class with Command DependencyProperty so i am using in xaml code For TemplateBinding AutocompleteBox And Worked fine for me:<input:AutoCompleteBox...
View ArticleWebBrowser script error when using google maps
Can't find anything related to this, so there is my entry on this.Until a few weeks my app would work perfectly with webbrowser control and google maps(With this i mean, my app would show the route...
View ArticleFirst WPF app
Hi Everyone, I hope you all don't mind a quick question. I'm not sure what to do next and and am choosing one of two options. I've taken some time (in weeks) build an application predicated on WPF and...
View ArticleWPF Charting for .NET 4.5 in Desktop or Metro environment
Anyone know if MSFT is going to update the WPF Charting component for .NET 4.5?https://wpf.codeplex.com/There is a stopper in .NET 4.5 environment disallowing this older 3.5 version to be included as a...
View Article