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:

  1. i have created table settings (datagridview name (text), type (text), example (image), , setting (combobox).

exampleimage

  1. 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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -