15 Commits

Author SHA1 Message Date
Robin
928511e44a Fixed checks for dropping before/after groups. 2016-01-05 11:19:17 +00:00
Robin
7cd946b372 Can now drag content in to empty regions. 2016-01-05 10:59:44 +00:00
Robin
fe9d60dc0e Refactored dock content drag & drop. 2016-01-05 10:40:55 +00:00
Robin
f96c0b0f21 Can now insert content above existing groups. 2016-01-02 08:30:39 +00:00
Robin
7e43827bee Can now drag tool windows between groups. 2016-01-02 06:52:48 +00:00
Robin
55ecd42596 Added namespaces. 2015-12-04 19:06:35 +00:00
Robin
baaab81736 Minor refactoring and cleaning
Removed unnecessary comments. Added string interpolation from C# 6.0.
Removed unneeded library references.
2015-11-30 19:19:23 +00:00
Robin
a29c055545 Fixed releasing splitter drag outside of form area 2015-09-20 12:31:45 +01:00
Robin
a463149ad7 Fixed PointToScreen issues with splitters 2015-09-19 17:56:37 +01:00
Robin
99b405be39 Fixed splitter highlights 2015-09-19 17:30:21 +01:00
Robin
3c71944591 Added translucent form for splitters 2015-09-19 15:30:09 +01:00
Robin
12f227f542 Can now resize dock regions 2015-09-19 14:39:06 +01:00
Robin
d266fbea86 Added dock region splitters 2015-09-19 14:11:04 +01:00
Robin
b5a5815b20 Started DockPanel & fixed up example project 2015-09-18 16:55:13 +01:00
Robin
71105b8e77 Added ControlScrollFilter
ControlScrollFilter can be added to the application's message filter
list to re-route all mousewheel events to the control the user is
current hovering over with their cursor.
2015-09-18 13:33:10 +01:00