1 Commits (f67ca4f34612da155deec5b829c23ee71bd50b7e)

Author SHA1 Message Date
brianlagunas_cp d48a3d1211 Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything. 15 years ago
brianlagunas_cp 7795ff42f7 ChildWindow: fixed Closed and Closing event bug. When setting e.Cancel to true in the Closing event, the ChildWindow would still close. 15 years ago
brianlagunas_cp d2fc320f65 ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing. 15 years ago
brianlagunas_cp 5e15db5835 ChildWindow: implemented properties that were previsouly not implemented such as OverlayBrush and OverlayOpacity which controls the look of the modal overlay when using the ChildWindow in a modal setting. Changed Caption property from type of string to type of object so now complex captions can be created using various XAML elements. 15 years ago
brianlagunas_cp 1c3ca6df7e ChildWIndow: fixed bug when creating child window from code and setting IsModal to true. 15 years ago
brianlagunas_cp 58b648b40c ChildWIndow: fixed bug which was cause by showing the window then resizing the parent, the window would not recalculate its position to stay in view. I refactored the code. I also added a new property called WindowStartupLocation. There are two options; Center and Manual. Set it to Center if you want the ChildWindow to always be centered when it opens. Set it to Manual if you want to control where it opens by setting the Top and Left properties. If set on Manual and the user drags the ChildWindow and closes it, it will reopen the last place the user moved it. The default value is Manual. 15 years ago
brianlagunas_cp a1c5cee93b ChildWindow: fixed tabbing bug. 15 years ago
brianlagunas_cp 8717ff917f ChildWindow: fixed bug when trying to use in XBAP 16 years ago
brianlagunas_cp ea183afbc3 ChildWindow: fixed modal overlay when IsModal = true 16 years ago
brianlagunas_cp 34e7fd56df Made a lot of changes, and possible breaking changes: 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 4873017096 ChildWindow: fixed WindowState bug 16 years ago
brianlagunas_cp 73ae2b52ba restricted ChildWindow in container. fixed bug with ChildWindow zindex, added a WindowState property to ChildWindow which will control opening and closing the window through data binding; two states WindowState.Open and WindowState.Closed. Added OverlayBrush and Overlay Opacity properties allow users to modify the ChldWindow's OverLay element. 16 years ago
brianlagunas_cp 01292c647f initial checkin of ChildWindow control 16 years ago