Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split project #12

Open
masbicudo opened this issue Feb 3, 2017 · 1 comment
Open

Split project #12

masbicudo opened this issue Feb 3, 2017 · 1 comment

Comments

@masbicudo
Copy link
Owner

There are at least two interesting components that can be split into other projects:

  • ToolTipManager: used to show customized tool tips, it can show multiple tooltips for a single control at once, also tooltip windows negotiate their positions as not to overlap with themselves, and not to be off-screen or even orphaned in the middle of an overlapping window (e.g. windows from other applications)
  • Bindables: value holders that use events to communicate changes. The interesting parts are the extensions to these objects, allowing binding with windows forms controls, binding with lambda expressions, and all sorts of custom bindings.
@masbicudo
Copy link
Owner Author

There is also the MarkDown GDI+ renderer... that one is not very impressive but it does a nice work as a tooltip renderer. =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant