How to separate x axis of chart? wpf c#
I need to set chart on one canvas and his x axis on second. How can I separate them and set on different canvases? Thanks
View ArticleChecking whether connection is open or not in wpf
How Can I Check Whether my connection Object (con for example )is Already Open or Not In WPF
View Articlewpf DataGrid MouseUp
I'm new in wpf:Two sql tables then I have two DataGridsusing MouseUp event for DataGrid1 row must load table2 database data into DataGrid2 by a common column in both tables.Tabel1 RequestID(int)...
View ArticleDatareader Using WPF
How to Bind datareader with datagrid in WPF asdatagrid1.itemsource=datareader1 it doesn't work
View ArticleHow do I cause a rebinding of the Text property of a TextBlock when data...
We've got a situation in which we've got several user controls we've defined, that collect data from the user. Some of the data is what we call "ratings". On one of the other user controls, which I'll...
View ArticleTimer on XAML page?
Hi all of you,Does it exist Timer control in WPF?I've got one Expander where some icons are showed if they are started:Code-behind: Private Sub Expander3_Expanded(sender As Object, e As...
View ArticleHow to make a line chart in wpf
Hi All,I am working on a WPF project based on .Net 3.5, there is a line chart in this project as the follow:I find WPF Toolkit is a free control for chart in wpf, so I write code as the...
View ArticleOpenFileDialog with Backgroundworker do work
I'm on WPF application and I'm using OpenFileDialog to load many images. At the same i'm calling many function to convert images based on selection of some checkBoxes. If i select 100 images it'll take...
View ArticlePrism Navigation - ConfirmNavigationRequest - Subscribe to continuationCallback
I'm using Prism to navigate through my app. My views are navigation aware and typically prompted with a dialog on IConfirmNavigationRequest.ConfirmNavigationRequest. The contuationCallback action is...
View ArticleHow to enrich basic WPF gestures?
I'm currently working on a project with a multi-touch screen on Windows 8 Pro / Visual Studio 2013 / C# / WPF / .NET 4.5.I'd like to know how you would add your own gestures to the basic ones like...
View ArticleWPF ... Set Tab Width to be max Tab Item
The width of the 1st tab changes to be wider "after" selecting the 2nd tab. Is there a way to have the 1st tab start by being the width as the 2nd tab, without selecting the 2nd tab? The following is...
View ArticleToolTip with multi-line
Hi,How do I make a multi-line tooltip ?I tried to set the ToolTip property of a control to: ToolTip="AAA\r\nBBB" but it does not work. Yoav.
View ArticleUsing HierarchicalDataTemplates in a treeview with multiple levels using...
I am new to WPF, C#. Also I have never posted a question before. I am trying to create a treeview display of objects like so: Device Service Variables Methods Service...
View ArticleMissing Text while navigating in XBAP application
Hello Everyone.The code has many pages and each page has lots of Textblocks.Normally, the application works fine but sometimes some part of text in the textblock is not displayed when user navigates...
View ArticleBig time difference between VS 2010/Net 4.0 and VS 2013/Net 4.5
I am in the process of evaluating VS 2013/Net 4.5. Most things (although the IDE behaves really poorly requiring double clicks of watches etc.) behave exactly the same. I was translating some...
View ArticleOpen Window to Display the max size of a DataGrid
Guys i am new to wpf so have mercy on my soul.With that said, what is the equivalence of DataGridView AutoSizeColumnsMode ?i am trying to open the window to display the max size based on the data grid...
View ArticleSelected item with HierarchicalDataTemplate Treeview
Helloi am beginner in C# and i need your help, pleasei use a HierarchicalDataTemplate to better customize the data on my Treeview .here is example of code i used:<TreeView x:Name="trvFamilies"...
View ArticleThread and loading animation
Hi I am a beginner in C # WPF. I have two problems that I want to share with you so that you can help me In one part of my application I have a textbox a button on my form. On button click, I make a...
View ArticleTimer to move file from one dir to another dir
I want to transfer one file for every seconds from one dir to another dir. I have a timer but it's not working. During button click is transferring one file & another click it's transferring...
View Article