Best way for controls arrangement in a WrapPanel
Hiya,I've got one TreeView. When user click in every treeviewitem the contents must change completely. Such contents it's positioned in a WrapPanelHow can I achieve that taking into account that every...
View ArticleProblem with mainwindow grid layout and datagridview -- no horizontal...
Here is a pictures of what I have -- followed by the xaml. Any suggestions how to fix greatly appreciated. The textboxes way too far to the right of the window. How to adjust the xaml? How to add...
View ArticleWPF: UI Refresh problem with Tab control.
Hi all,I am developing a WPF application in which user is expected to enter data in different tabviews.Each tabview contains a couple of textboxes, whose text property is validated when the user clicks...
View ArticleGet Items on Sorted List
Hello All, I have a list of Books in an XML, Where I want to list it in any of the WPF control as a Hierarchy.preconditions: List should be Sorted and Grouped on Authors, the Sublist must be...
View Articleprogram stops running
try to save picture and program stops also will not load picture from the picture file using picture it 2001 on vista
View ArticleWPF UserControl flickering when moving mouse outside during command processing
I have written a WPF UserControl (let's called it ContainerUserControl), inside it it uses other UserControl (let's call it OstUserControl) which I build from another project. Within the...
View ArticleHow get bitmap handle of a specific icon in a wpf window?
The executable icon I've been given contains many images (with transparent regions). How do I get a bitmap handle of a specific image (e.g. the largest) to pass to a dll? I'm currently using...
View ArticleHow to get and display a smaller 'sub image' from a larger 'master image'?
I'm using a WPF ImageControl which will display a subsection of a larger .gif image saved on disk.This is what I want to do:1) Load Larger .gif Image into Memory --> BitmapImage MyBigImage2) Show a...
View ArticleAutomatic advance from one TextBox to the next
Is it possible in C# code-behind to auto-advance thru a series of one-character TextBoxes as they are filled, instead of requiring the <TAB> key?
View ArticleHow to make label Style static (size) while Listbox stetches during Window...
Here is the scenario -- I want the yellow Label to remain the same size (as in the first picture) when the window gets resized (just like the button below remains the same size), but I want the listbox...
View ArticleAssigning a key resource from code-behind
hi,I need to replicate in code-behind the assignment for the Header (LABEL):XAML:<Label Content="{Resx OrExpander_ActionsSave}" Name="Guardar" Style="{StaticResource...
View ArticleError highlight: the background color change to another row after highlight...
Videohttps://docs.google.com/file/d/0Bxs_ao6uuBDUTE1hV3Y3aHdVQkk/edit?usp=sharingi use datagrid,the background color change to another row after highlight background and use scrollbar to roll in...
View ArticleFill Rectangle with Resource from XML Document Object
Hi: I have a resource dictionary that has Drawing Brushes. I have loaded this into to the program as aXDocument. Now I am trying to use it to fill a rectangle so it will draw the object to the canvas....
View ArticleWizard control Extended Toolkit
hi everyone,Does anyone can provide me some samples about this control?http://wpftoolkit.codeplex.com/wikipage?title=Wizard&referringTitle=HomeThanks in advance,Primary platform is Windows 7...
View ArticleHow to insert image from image control into WPF to SQL Database using entity...
Hi, Guys i am creating an app to save student information into SQL , I want to know how to insert image from image control in WPF using entity framework to SQL database i made event to upload image...
View ArticleTell me the Best way to store images in database.
I have to store multiple images in database so tell me about various option for storing images.
View ArticleCopy / Paste custom control in Clipboard
Hello All !I have a Custom control , i want to copy paste this control. I have used this http://www.codeproject.com/Articles/8102/Saving-and-obtaining-custom-objects-to-from-Windowlink , but i got...
View ArticleHelp using Expander with a Listbox using a object class...
Hi,I have four object classes defined with each having a ObservableCollectionclass:[Serializable()] public class ReferenceContentState : NotificationObject { . .. ... private string percentageText;...
View ArticleWPF 3D Graphics in C#
Hello, I'm trying to make a 3D plane in C#, it runs with no error, but why the plane doesn't show up? My code is below:<Window x:Class="Water.MainWindow"...
View ArticleHow to load Crystal Report in WPF C# using entity data model?
Hi,Guys i try to load crystal report in WPF window using entity data model but it doesn't load , how to load it ? i used this tutorials but my enviroment is...
View Article