wpf-controls
Select item with an unfocusable listbox
I\'m developing an application with wpf where a text box is always focused while all the other controls are never focused, to achieve this I\'ve set the property IsFocusable = false for all controls.[详细]
2023-03-28 04:20 分类:问答silverlight scrollviewer and canvas with h/w set. Cant get vertical bar to hide even when lots of room
Silverlight project with tabcontrol hosting canvas objects. I want to wrap my entire tabcontrol with a scrollviewer so that on a short display you can scroll vertically to see the whole area on my can[详细]
2023-03-27 17:17 分类:问答wpf- Unwanted Selection Change
in my Main Tab,I have some controls, in my first control I have a Combobox. I wrote an SelectionChange for MainTab ,[详细]
2023-03-27 14:18 分类:问答How to show a scheme in a document viewer?
I\'m trying to show in screen something like a grades scheme. The first solution which I did was drawing some rows definitions and columns in a Grid, accumulating some stacks panel (inside there ar[详细]
2023-03-27 07:16 分类:问答Pin Pad. A custom control like this one
I recently tried out a Free-To-Play MMORPG game called AIKA While trying the game out, I found a very nice PIN Pad that allows for you to protect your characters. I have a screen shot attached:[详细]
2023-03-27 05:08 分类:问答WPF Control TabItem visibility from a checkbox
I looked at: Visibility Binding using DependencyProperty and http://msdn.microsoft.com/en-us/library/system.windows.controls.booleantovisibilityconverter.aspx[详细]
2023-03-26 15:41 分类:问答Wpf Grid Layout
is WPF grid layout with * width or column, heavy for UIs? <Grid> <Grid.ColumnDefinitions> <Co开发者_StackOverflow中文版lumnDefinition Width=\"334\" />[详细]
2023-03-26 14:04 分类:问答Clearing text boxes inside of a Control
I have a series of of tabs that hold text boxes in them.Some of the tabs have a control that contains Text Boxes inside of a Scrollview as well.I am trying to iterate through the tabs and clear the co[详细]
2023-03-26 11:31 分类:问答WPF Autocomplete using Combobox
I am trying to create an autocomplete textbox in WPF. What i found is http://weblogs.asp.net/okloeten/archive/2007/11/12/5088649.aspx. It seems quite close to what i needed. The only thing missing in[详细]
2023-03-26 07:02 分类:问答wpf datagrid copy and paste what you see
I am using data grid in wpf, and it has copy and paste by default. I have a date time column and i used binding and String format to make it show it in the date time format i want.[详细]
2023-03-25 20:41 分类:问答