Click here to Skip to main content
15,867,453 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to set default location for google map on WP7 Pin
Nguyen Thanh Duc6-May-11 23:30
Nguyen Thanh Duc6-May-11 23:30 
AnswerRe: How to set default location for google map on WP7 Pin
Pete O'Hanlon6-May-11 23:34
subeditorPete O'Hanlon6-May-11 23:34 
QuestionExtended EDMX Pin
eddieangel6-May-11 7:21
eddieangel6-May-11 7:21 
AnswerRe: Extended EDMX Pin
Pete O'Hanlon6-May-11 7:35
subeditorPete O'Hanlon6-May-11 7:35 
GeneralRe: Extended EDMX Pin
eddieangel6-May-11 7:38
eddieangel6-May-11 7:38 
GeneralRe: Extended EDMX Pin
Pete O'Hanlon6-May-11 8:23
subeditorPete O'Hanlon6-May-11 8:23 
GeneralRe: Extended EDMX Pin
eddieangel6-May-11 8:24
eddieangel6-May-11 8:24 
QuestionHow to convert arrayclass into normal class object.. Pin
Rocky236-May-11 7:12
Rocky236-May-11 7:12 
Hi can anyone tell me how to convert this array class object into normal class object, because it is not showing any method like listbox.move or listbox.remove in a listbox associated with this class object//

public partial class Directive : DependencyObject
    {
        public static readonly DependencyProperty DirectiveIDProperty = DependencyProperty.Register("DirectiveID", typeof(string),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty DirectiveNameProperty = DependencyProperty.Register("DirectiveName", typeof(string),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty DirectiveDescriptionProperty = DependencyProperty.Register("DirectiveDescription", typeof(string),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty PriorityProperty = DependencyProperty.Register("Priority", typeof(string),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty DefaultProperty = DependencyProperty.Register("Default", typeof(string),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty SetValueTypeProperty = DependencyProperty.Register("SetValueType", typeof(SetValueType),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty ConditionProperty = DependencyProperty.Register("Condition", typeof(Condition[]),
                                                                                               typeof(Directive));
        public static readonly DependencyProperty GroupProperty = DependencyProperty.Register("Group", typeof(Group[]),
                                                                                               typeof(Directive));
}


because i was using listdata.move and listdata.remove method with normal class object, where listdata is a itemsource name..

here am not finding any method like this, so can u tell me how can i convert this classarray into normal class type..
AnswerRe: How to convert arrayclass into normal class object.. Pin
Pete O'Hanlon6-May-11 23:38
subeditorPete O'Hanlon6-May-11 23:38 
GeneralRe: How to convert arrayclass into normal class object.. Pin
Rocky237-May-11 0:20
Rocky237-May-11 0:20 
GeneralRe: How to convert arrayclass into normal class object.. Pin
Pete O'Hanlon7-May-11 1:34
subeditorPete O'Hanlon7-May-11 1:34 
QuestionWPF samples Pin
arkiboys6-May-11 2:57
arkiboys6-May-11 2:57 
AnswerRe: WPF samples Pin
Ian Shlasko6-May-11 3:10
Ian Shlasko6-May-11 3:10 
AnswerRe: WPF samples Pin
Renat Khabibulin9-May-11 1:09
Renat Khabibulin9-May-11 1:09 
GeneralRe: WPF samples Pin
arkiboys9-May-11 1:11
arkiboys9-May-11 1:11 
GeneralRe: WPF samples Pin
Renat Khabibulin9-May-11 1:32
Renat Khabibulin9-May-11 1:32 
GeneralRe: WPF samples Pin
arkiboys9-May-11 1:42
arkiboys9-May-11 1:42 
QuestionMake two listboxes have the same width Pin
Jean-Louis Leroy6-May-11 2:43
Jean-Louis Leroy6-May-11 2:43 
AnswerRe: Make two listboxes have the same width Pin
Ian Shlasko6-May-11 3:09
Ian Shlasko6-May-11 3:09 
GeneralRe: Make two listboxes have the same width Pin
Jean-Louis Leroy6-May-11 3:18
Jean-Louis Leroy6-May-11 3:18 
GeneralRe: Make two listboxes have the same width Pin
Ian Shlasko6-May-11 3:31
Ian Shlasko6-May-11 3:31 
GeneralRe: Make two listboxes have the same width Pin
Jean-Louis Leroy9-May-11 1:23
Jean-Louis Leroy9-May-11 1:23 
AnswerRe: Make two listboxes have the same width Pin
Renat Khabibulin9-May-11 1:26
Renat Khabibulin9-May-11 1:26 
Questionselect columns to load Pin
picasso25-May-11 18:49
picasso25-May-11 18:49 
QuestionHow to read the values from listbox Item source Pin
Rocky235-May-11 18:38
Rocky235-May-11 18:38 

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.