1-10 of 1842 < Previous Next >
Discussions for Windows Presentation Foundation (WPF)
Latest post:
Today
1:27 AM
2 Posts
First post: danblanchard wrote: Is there an easy way to have the data grid handle letter keystrokes to scroll to data in the datagrid? ie, if they press L, it...
Latest post: rarmstrong wrote: Hi Dan,The only way I can quickly think to do this, is to do it in the keypress event, then run through the list to find the in...
Jump to: First Post    |Latest Post
Latest post:
Today
1:00 AM
2 Posts
First post: dushantha80 wrote: Hi,Does anyone know how to get the last item of a WPF data grid. Also I want to get the selected row number.Thanks,+Dushantha
Latest post: rarmstrong wrote: Hi,To get the index of the last item in the grid: int lastIdx = myDataGrid.Items.Count - 1;To get the last item, depending on...
Jump to: First Post    |Latest Post
Latest post:
Today
12:39 AM
3 Posts
First post: weitzhandler wrote: Here is the code I am using:<tk:DataGridTextColumn Binding="{Binding Person.Address.Zip}" />I checked and I know for sure that ...
Latest post: rarmstrong wrote: Try this...<tk:DataGridTextColumn Binding="{BindingPath=Person.Address.Zip}" />R
Jump to: First Post    |Latest Post
Latest post:
Fri
5:45 PM
2 Posts
First post: AdrianAlexander wrote: I'm building a reusable controls library for my company and have been using the WPF Toolkit as a model to follow for how to org...
Latest post: jama wrote: I think the reason is that a user of the toolkit can extend the Calendar class with code while seperating the toolkit code from...
Jump to: First Post    |Latest Post
Latest post:
Fri
5:13 PM
1 Post
First post: jama wrote: I created the Person class at the end of this post with LastNameProperty dp and I changed its value as follows.public partial c...
Jump to: First Post
Latest post:
Fri
5:11 PM
1 Post
First post: bnovicewpf wrote: Is it possible to have different usercontrols on different rows in the same datagrid column?
Jump to: First Post
Latest post:
Fri
4:50 PM
1 Post
First post: DrQ wrote: Hi,I use Ctrl + Up, Ctrl + Left, .... shorcuts to act on a UserControl in the window KeyBinding.But when the datagrid have the ...
Jump to: First Post
Latest post:
Fri
3:51 PM
12 Posts
First post: dcveeneman wrote: I am developing a WPF application using MVVM and the current version of the Ribbon control. The commands in my app are all ICom...
Latest post: lrr81765 wrote: Thanks Seventeeth ! It was in fact an issue with the syntax. I was able to use this with the CompositeCommand. This was importa...
Jump to: First Post    |Latest Post
Latest post:
Fri
12:47 PM
1 Post
First post: SNEHAL14283 wrote: <dg:DataGrid AutoGenerateColumns="False" BorderThickness="1" ...
Jump to: First Post
Latest post:
Fri
11:04 AM
2 Posts
First post: SergiDiaz wrote: Hello everybody.I wanted to change my selected DataGridRow background when the focus is outside the DataGrid. This is the defau...
Latest post: SergiDiaz wrote: Now I feel like an idiot. I was setting DataGridCell.Focusable to false. No wonder they weren't catching the focus...Nothing to...
Jump to: First Post    |Latest Post
1-10 of 1842 < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987