Custom ControlTemplate for the Scroll bar...
Hello,In my application, i want to add few buttons next to my Scroll bars (similar to what you can see in VS2012 IDE).How i can modify the basic control template of Scroll bar to create the better...
View ArticleHow to instantiate an interface from a dynamically loaded assembly?
How can an interface be instantiated that is in a dynamically loaded assembly?Assume that three assemblies exist, one that is in command to the other two and defines the interface IExample. The second...
View ArticleWPF Listview/datagrid row control expand/collapse detailed view
Hello,I want to extend a normal DataGridRow or ListViewItem for a kind of detailed view section. I mean in my application i want to expand a row to show more information/text to user when user double...
View ArticleSharing Resources Between Assemblies
Hi there:I'm trying to share resources between two assemblies but I get a compilation error saying"The resource "{x:Static ResourceAssembly:CustomResources.formBackgroundKey}" could not be resolved"I...
View ArticleXBAP to JavaScript communication
HiI referred to link http://social.msdn.microsoft.com/Forums/vstudio/en-US/59664211-dc73-4db1-bea2-0c831fc0a15c/xbap-ie-9-issue?forum=wpfand was able to solve my problem in IE 9 using the sample code...
View ArticleVB .Net WPF MVVM TabControl as MDI container
I'm trying to build the main window of my first MVVM style application. The main window is fairly simple now... it contains a tabControl which I want to act as my MDI container (ala Josh Smith's...
View ArticleHow to get focus in to content(usercontrol) element(combobox) of tab item.
I am adding tabitem to tabcontrol,setting content to tabitem in runtime I want focus(logical and keyboard) in content control's element(combox) but focus stays on tabitem not to its content control's...
View ArticleTabbing through only selected row from grid not all the rows
I have a grid on user control ,on tab click focus should go to selected row in grid not through all the rows in the grid.I need to do this in MVVM pattern
View ArticleInvalid Markup in xaml design view - except app runs - how to fix Invalid...
I have a test wpf app I created in VS2012. It is based on a sample from VS2008. It is a datagrid wpf sample that displays data from the Customer table inNorthwind db. I am using the wpf2008toolkit...
View ArticleWPF element is OffScreen Error
I am currently working on UI automation using White Framework..I have a ListView consisting of multipple rows.Now when i try to select the rows using their index I am able to select the one at index 0...
View ArticleWPF expander toggle button placed between header and content
I have expander control with header containing 3 vertical labels. For expand direction 'Down', the toggle button appears on left and vertical central to the Header (pic1)Now for Expand direction to...
View ArticleHow to have different groups or do nested condition checking using...
I want to be able to do something like.<MultiDataTrigger> <MultiDataTrigger.Conditions> <Condition Binding="{Binding CheckGroup1}" Value=true> Value="false"...
View Articlemathmatic
hiiiiiii.....every one please i need help to calculate the control points for cubic bezier curve ineed extract the segments of finger print ridges by using bezier equation bcz that first part from...
View ArticleGeneric search in a DataGrid/ListView/TreeView and highlight text using XAML...
Hello All, I want to add a common or generic search functionality to my controls so that i just have to pass a DataGrid/ListView/TreeView control and the search text which needs to be searched. Can it...
View ArticleXBAP application went sometimes blank, after clear cache it works fine.
I hosted the XBAP application in windows server 2003 with 32bit environmentDevelopment Environment :Visual Studio 2010 (windows 7 32 bit)Its working fine. sometimes went blank screen that time...
View Articlelistview itemtemplet create Blink effect based upon databinding
Dear All, i am having requirement to show based upon data some list items should be highlighted (Blinking effect) and some should show colors onlybellow is the data set. data set contains NAME,...
View ArticleSystem.NullReferenceException occurred on SelectionChange Event of ComboBox
Here is the issue,I've free tables in my database : Departement, Commune, Arrondissement, (it means in english Departement, Township, District)So when the user choose a departement from the ComboBox...
View ArticleHow to Record Audio From Line in to mp3 with C#
Is there any way to Capture Audio from Line in to mp3 Format? Rogelio Rios
View ArticleConverter cannot work with dynamic column of datagird.
I try to make a Converter to change background of datagrid which is binding dynamicly.But I find the background only changed row by row whose last cell decide to the color. Not cell by cell.Here is...
View ArticleRendering issue in WPF window while dragging
I have WPF window in which my Direct3D engine render. WPF Window I start from my engine, which I develop on C++/CLI. I have 2 displays and when I move window between them, part of the window became...
View Article