autoscroll when dragging mouse outside the listbox

This commit is contained in:
Jinhao
2016-12-24 03:22:12 +08:00
parent 01f5b6acec
commit c35eb87e0d
2 changed files with 115 additions and 40 deletions

View File

@@ -1446,7 +1446,7 @@ the nana::detail::basic_window member pointer scheme
index_pair cast(const point & screen_pos) const;
/// Returns the absolute position of column which contains the specified point.
size_type column_from_pos(const point & pos);
size_type column_from_pos(const point & pos) const;
void checkable(bool);
index_pairs checked() const; ///<Returns the items which are checked.