UI is damaged after continuously moving it?
HiIf i move/shake the app continuously, then the UI seems to be clumsy!! Here i attached the snap of it.May i kindly know how to restore it back and where i am doing mistake?Thanks in advance.NANDAKUMAR.T
View ArticleWPF Performance Toolkit won't attach process
I am using the WPF Toolkit for Windows 7 and .NET 4.5, and running the WPF Performance ToolkitWhenever I attempt to attach to a process, the application crashes. When I debug I get the following Win32...
View ArticleIs it smart to seek a job in WPF, in terms of future trends?
I guess this may apply to desktop/laptop development in general, but I'm more interested specifically in WPF, and WPF is, as far as I can see, the best choice for newly made desktop/laptop applications...
View ArticleCaching issue in DataGrid in ModernUI
HiI am using a datagrid in a ModernUI WPF application. I added a new item to the collection which is bound to grid, but the grid doesn't get updated. I am using a MVVM ModelRegardsAnuAnu Viswan :...
View ArticleCreate dynamic ribbon tabs (MVVM) with static application menu.
Hello, I'm building a main application wich loads extensions (dll) in a ViewModel. Each extension has a Ribbon Tabs collection / ObservableCollection<RibbonTab>.<Ribbon x:Name="Ribbon"...
View ArticleDatagrid does not scroll
I can't get any working scrollbars in my DataGrid. What am I doing wrong?<DataGrid ItemsSource="{Binding Path=myData}" CanUserSortColumns="True"...
View Articleputting a menu on a page OUTSIDE of flowdocument
Okay, I want to have an application that has printable pages, so I'm using flow document. But in the GUI window, I also want to have a menu on the top that doesn't get printed in the document, so I'm...
View ArticleINotifyDataErrorInfo show errors right after the View loaded
Hi We have a large WPF MVVM application. As a main validation technique we chose INotifyDataErrorInfo, and fully implemented it.Now we have a problem. I'm pretty sure that almost every on who use...
View ArticleMemory Leak in MVVM / HD images (C# WP8)
Hi.I have an app that shows 50 HD images/photos when the user clicks "show images". The problem is that each time the user gets back to the MainPage and then clicks "show images" again, the...
View ArticleWeired WPF Crash on Touchscreen Monitor
Hi AllI have a simple WPF application with Black background and a label that says Hello World.When I run this on a normal monitor it works fine. When I run this on a Touch screen monitor it works...
View Articlea value of type 'style' cannot be added to a collection or dictionary of type...
Hi,I'm new to WPF, Can someone tell me how to align my datagrid cell text in center. Currently am usingWindows 8 64-bit operating systemMicrosoft Visual Studio 2012 Microsoft .NET Framework Version...
View ArticleHow to template and style access in View model class
Hi I am using some template and style in my project MainWindow.xaml , I want to template and style access in View model class like thatTestedViewModel.cs . not access in...
View ArticleAirSpace Issues
Hai,I developed an application in wpf. While previewing reports i had using RDLC with the help of windows form host.I had Dockable Wpf Window , to add quick launch controls. While i previewing the...
View ArticleNeed thumb on Radtimeline control
Hi,I need to display video availability on timeline so I am using "RadTimeline" control from telerik. I want to add thumb in it so that user can scroll timeline easily by dragging mouse on timeline...
View ArticleCustom Style create for WPF Window
Hi ,How to create Custom style for WPF Window.ThanksA.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them...
View ArticleDataGrid not committing changes until row loses focus
I have a DataGrid with its ItemsSource set so an observable collection.Data in the grid is editable by the user, but the bound items are not updated until the row loses focus. So when the window is...
View ArticleWhat use of AdornerDecorator in WPF
Hi what use ofAdornerDecorator in XAML GUI .ThanksA.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and...
View ArticleWPF Richtextbox - ScrollBarVisibility is giving exception while opening the...
Hi,I am getting the exception "Cannot use a DependencyObject that belongs to a different thread than its parent Freezable." while opening (second time on words) WPF window having RichTextBox with...
View ArticleXBAP - does client need any deployment?
Very new to WPF and XBAP. Just want to clarify: suppose I write a very specific XBAP application, which uses an algorithm to predict the trend of shares and plot it. I deploy it onto an IIS server....
View ArticleSpeech Synthesis after a window has loaded
HiWhen a window fully renders on screen and everything displays i want Speech synthesis to kick in.SpeechSynthesizer synthesizer = new SpeechSynthesizer(); synthesizer.Speak("Welcome to the Projects...
View Article