What kind of Layout Container would you recommend in this case??
What you see in the picture is the content of a Grid cell. The 12 individual items (6Label, 6 TextBox) are painfully placed by hand and therefore they keep on getting messed at design time, plus their...
View Articlecan we embed any videochat exe third party tool in wpf window is it posibile ?
can we embed any videochat exe third party tool in wpf window is it posibile ?
View ArticleHow to draw a Polyline in Visual Studio WPF Designer
Is there a way to draw a Polyline at Design Time inside the Visual Studio (2012) WPF Editor using mouse (not xaml code) ?
View ArticleWPF KeyInputBindings not working
Hi in my view (mainwindow)i am having keyinputbinding like<KeyBinding Key="Left" Command="{Binding Path=FreezeLeftCommand.Command}" />and in viewmodel i am having code...
View ArticleVisual basic- Datagrid, Listview
Hello All,I'm new in Visual studio, so many at the beginning describe my goal, because I don't knew if I chose right path.I have .xml file which contain few rows, and each row contain 6 elements (id,...
View ArticleHow to bind an item class list in tooltip
Hi, I m working on a wpf c# project .I have a class DesignerItem in my project I want to show this designeritem class list in tooltip using c# can u plz help me out how can i bind this list to...
View ArticleWPF Crashes with error HRESULT: 0x88980406 (at...
We've WPF test application which creates 6k content controls and draw a rectangle inside of each.App was created to simulate SyncFlush() error which is occurring in our real application.Error is thrown...
View ArticleHow can I close the active window?
How can I close the active window? I don't want to close the entire app, just the window called "ImagesGrid.xaml".private void Closebutton(object sender,RoutedEventArgs e) { this.close(); }I've tried...
View ArticleListView.ItemsPanel is not created
I have a UserControl named 'GridPage' that contains ListView with Grid as...
View ArticleShow window form on tooltip
I have a button and when my mouse is over on button then in the tooltip show next windows form using c# in wpf.Like same as When mouse over on visual studio then show window of visual studioThank you
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 ArticleWindow gets closed while clicking on maximize button in Windows 8.1
I am facing an issue with RibbonControlsLibrary 3.5.40729.1 version. While clicking on maximize button, it is calling RibbonWindow_Closing(object sender, System.ComponentModel.CancelEventArgs e)...
View Articledatagrid- reading address
Hello,I tying to read data from data grid, but only from one selected row. Data displayed in data grid comes from xml file.For example I have my data in data grid, then user chose one of row, and...
View ArticleWPF: Animating sequencial data in parallel form.
I am trying to show a running train kind of application where I have the train data is as, 1. Train1,StationNo,TrainArrivalTime,TrainDepartureTime,TrainColor. Similarly,2....
View ArticleMVVM WPF set focus on button click
I have a print button in a separate view. Every view I have has a print button, so I'm separating the print out. I have the functionality working. However, after I click on the print button I want to...
View ArticleWhy is WebBrowser not releasing all memory on Dispose()?
If one googles for "WebBrowser Memory Leak", there is quite a discussion around the topic. There is so much information out there, much of it conflicting, I don't know what to think.Simply put, I have...
View ArticleHow to obtain a bold, strong row hilight in a DataGrid?
Two programmers get into a bar... Ooops, wrong story. :^DEhem....Two programmers worked in my application which contains two DataGrids (each coded by a different person). The tables are very similar...
View ArticleInactive user timeout - recommended way ?
Is there a recommended way in WPF of detecting user inactivity ? i.e. no keyboard/mouse input for a specified time, and timing out the application ? Searching the forums and google suggest a heap of...
View ArticleObservableCollection and INotifyCollectionChanged
I'm sorry if this seems stupid, but I need an event to get fired when an item is added to an observable collection and I cant get it to work. Here is some code. Please excuse the ridiculous naming...
View ArticleHow to set size of border displayed during MouseOver and Selected event in...
I've created a horizontal ListBox by creating a WPF ListBox whose ItemsPanel is a StackPanel with a horizontal orientation. The ListBox is told to use for its ItemTempate a DataTempate that had been...
View Article