Click here to Skip to main content
15,890,506 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF and Threading Pin
cdpace30-May-10 2:44
cdpace30-May-10 2:44 
AnswerRe: WPF and Threading Pin
Abhishek Sur1-Jun-10 0:48
professionalAbhishek Sur1-Jun-10 0:48 
GeneralRe: WPF and Threading Pin
AspDotNetDev2-Jun-10 9:14
protectorAspDotNetDev2-Jun-10 9:14 
QuestionAdd a 'faked' item to a ListBox which serves as an "Add New Item" button Pin
Lutosław30-May-10 0:57
Lutosław30-May-10 0:57 
AnswerRe: Add a 'faked' item to a ListBox which serves as an "Add New Item" button Pin
Kevin Marois1-Jun-10 8:24
professionalKevin Marois1-Jun-10 8:24 
GeneralRe: Add a 'faked' item to a ListBox which serves as an "Add New Item" button Pin
Lutosław1-Jun-10 8:50
Lutosław1-Jun-10 8:50 
GeneralRe: Add a 'faked' item to a ListBox which serves as an "Add New Item" button Pin
Kevin Marois1-Jun-10 10:26
professionalKevin Marois1-Jun-10 10:26 
AnswerRe: Add a 'faked' item to a ListBox which serves as an "Add New Item" button Pin
Pete O'Hanlon1-Jun-10 21:20
mvePete O'Hanlon1-Jun-10 21:20 
Jacek - off the top of my head, I'd be tempted to use a CompositeCollection[^] in the ListBox ItemsSource. Inside this CompositeCollection, I'd have an observable collection of fruit, a separate entry for the (add a new fruit) and a separate entry for the textbox. The last two entries would be datatriggered so that only one was visible at a time (based on the logic of selecting to add a fruit). When you add a new fruit, the (add a new fruit) option moves down the list.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



QuestionStoryboard animation should be infinite Pin
Tripathi Swati29-May-10 1:13
Tripathi Swati29-May-10 1:13 
AnswerRe: Storyboard animation should be infinite Pin
Not Active29-May-10 3:22
mentorNot Active29-May-10 3:22 
GeneralRe: Storyboard animation should be infinite Pin
Tripathi Swati31-May-10 0:13
Tripathi Swati31-May-10 0:13 
QuestionData Binding - I Don't Get It Pin
#realJSOP27-May-10 12:22
mve#realJSOP27-May-10 12:22 
AnswerRe: Data Binding - I Don't Get It Pin
Pete O'Hanlon27-May-10 12:34
mvePete O'Hanlon27-May-10 12:34 
GeneralRe: Data Binding - I Don't Get It Pin
#realJSOP27-May-10 23:23
mve#realJSOP27-May-10 23:23 
GeneralRe: Data Binding - I Don't Get It Pin
Pete O'Hanlon28-May-10 4:42
mvePete O'Hanlon28-May-10 4:42 
AnswerRe: Data Binding - I Don't Get It Pin
AspDotNetDev27-May-10 13:48
protectorAspDotNetDev27-May-10 13:48 
GeneralRe: Data Binding - I Don't Get It Pin
AspDotNetDev27-May-10 14:10
protectorAspDotNetDev27-May-10 14:10 
GeneralRe: Data Binding - I Don't Get It Pin
Not Active27-May-10 14:41
mentorNot Active27-May-10 14:41 
GeneralRe: Data Binding - I Don't Get It Pin
AspDotNetDev27-May-10 14:52
protectorAspDotNetDev27-May-10 14:52 
GeneralRe: Data Binding - I Don't Get It Pin
#realJSOP27-May-10 23:36
mve#realJSOP27-May-10 23:36 
GeneralRe: Data Binding - I Don't Get It Pin
#realJSOP27-May-10 23:49
mve#realJSOP27-May-10 23:49 
GeneralRe: Data Binding - I Don't Get It Pin
AspDotNetDev28-May-10 7:50
protectorAspDotNetDev28-May-10 7:50 
GeneralRe: Data Binding - I Don't Get It Pin
#realJSOP30-May-10 0:52
mve#realJSOP30-May-10 0:52 
QuestionDataBinding of Edit form Pin
mumumumu26-May-10 22:37
mumumumu26-May-10 22:37 
AnswerRe: DataBinding of Edit form Pin
theminidriver27-May-10 0:09
theminidriver27-May-10 0:09 

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.