Click here to Skip to main content
15,891,473 members
Home / Discussions / WPF
   

WPF

 
QuestionThrow Errors while run a wpf animated application Pin
damubooks21-Dec-09 1:46
damubooks21-Dec-09 1:46 
AnswerRe: Throw Errors while run a wpf animated application Pin
AghaKhan21-Dec-09 6:50
AghaKhan21-Dec-09 6:50 
QuestionUnable to start debugging. Pin
arun_pk21-Dec-09 0:07
arun_pk21-Dec-09 0:07 
AnswerRe: Unable to start debugging. Pin
Mark Salsbery21-Dec-09 13:22
Mark Salsbery21-Dec-09 13:22 
AnswerRe: Unable to start debugging. Pin
Vimalsoft(Pty) Ltd7-May-10 3:56
professionalVimalsoft(Pty) Ltd7-May-10 3:56 
AnswerRe: Unable to start debugging. Pin
erummirza30-Sep-10 20:06
erummirza30-Sep-10 20:06 
QuestionSeparator in WPF's TreeView Pin
Mohammad Dayyan20-Dec-09 23:35
Mohammad Dayyan20-Dec-09 23:35 
AnswerRe: Separator in WPF's TreeView Pin
Aviad P.21-Dec-09 0:32
Aviad P.21-Dec-09 0:32 
You can add a IsSeparatorBefore property to your view model objects, and have your DataTemplate draw the separator above the item if the property is true. You can use a negative top margin to have it appear above the selection.

Alternatively you can implement an attached property called IsSelectable that you can attach to your separator element. In the behavior of the property catch the PreviewMouseDown event and mark it as handled.

Also you can try to set IsEnabled to false on the separator, not sure that property is available on it.
GeneralRe: Separator in WPF's TreeView Pin
Mohammad Dayyan21-Dec-09 2:14
Mohammad Dayyan21-Dec-09 2:14 
GeneralRe: Separator in WPF's TreeView Pin
Aviad P.21-Dec-09 2:42
Aviad P.21-Dec-09 2:42 
QuestionHow can i Impliment WPF programing in C# Dialog? Pin
pallaka20-Dec-09 20:33
pallaka20-Dec-09 20:33 
QuestionWPF, Serial Port, MutliThreading Pin
cppwxwidgetsss18-Dec-09 18:37
cppwxwidgetsss18-Dec-09 18:37 
AnswerRe: WPF, Serial Port, MutliThreading Pin
Garth J Lancaster18-Dec-09 19:27
professionalGarth J Lancaster18-Dec-09 19:27 
GeneralRe: WPF, Serial Port, MutliThreading Pin
cppwxwidgetsss22-Dec-09 18:32
cppwxwidgetsss22-Dec-09 18:32 
GeneralRe: WPF, Serial Port, MutliThreading Pin
C_Johnson28-Mar-11 9:37
C_Johnson28-Mar-11 9:37 
QuestionHow to connect MySql DataBase with ODBC connectivity to WPF display Pin
pallaka18-Dec-09 3:10
pallaka18-Dec-09 3:10 
QuestionCreating TreeViewItem dynamically ? Pin
Mohammad Dayyan17-Dec-09 20:28
Mohammad Dayyan17-Dec-09 20:28 
AnswerRe: Creating TreeViewItem dynamically ? Pin
Aviad P.18-Dec-09 0:51
Aviad P.18-Dec-09 0:51 
GeneralRe: Creating TreeViewItem dynamically ? Pin
Mohammad Dayyan18-Dec-09 1:01
Mohammad Dayyan18-Dec-09 1:01 
GeneralRe: Creating TreeViewItem dynamically ? Pin
Pete O'Hanlon18-Dec-09 2:18
mvePete O'Hanlon18-Dec-09 2:18 
NewsFree Silverlight 4 Developer Training Now Available on Channel 9 Pin
brucedkyle17-Dec-09 11:10
brucedkyle17-Dec-09 11:10 
GeneralRe: Free Silverlight 4 Developer Training Now Available on Channel 9 Pin
Abhinav S17-Dec-09 16:55
Abhinav S17-Dec-09 16:55 
QuestionGetting WPF in VC++ Pin
Anu_Bala16-Dec-09 18:29
Anu_Bala16-Dec-09 18:29 
Questionunable to understand concurrencymode Pin
Mogamboo_Khush_Hua16-Dec-09 7:15
Mogamboo_Khush_Hua16-Dec-09 7:15 
AnswerRe: unable to understand concurrencymode Pin
Ian Shlasko16-Dec-09 7:26
Ian Shlasko16-Dec-09 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.