c# - Embed a control inside a Tooltip in WinForms -
is possible add control tooltip? im trying achieve tooltip shows example data in datagridview inside tooltip.
what have done far following:
- i have created table settings (datagridview name (text), type (text), example (image), , setting (combobox).
- i managed show tooltip example string onmouseover example image.
i'd embed datagridview in tooltip because examples in table form.
tooltips limited.
the solution create custom tooltip. form , make tooltip , put on want.
you can make tooltip can show , hide event handlers on datagrid.
Comments
Post a Comment