I have stack panel with custom controls in it. User can add or remove the items. I have attached MouseDragElementBehavior to each item. So now user can move them within the stack panel.
I am trying to create an attached behavior that can be applied to a Silverlight ComboBox. My behavior is this:
I created a ComboBox subclass and added my functionality. Now I want to expose external properties of the TextBox for example:
I have an attached behavior defined thusly,.. public static class FileBrowserBehaviour { public static bool GetBrowsesOnClick(DependencyObject obj)