egui icon indicating copy to clipboard operation
egui copied to clipboard

Offer "wrap" on Hyperlink/Hyperlink_to

Open markusdd opened this issue 3 years ago • 0 comments

Hi,

first of all: Thanks for this amazing library!

Second: I am building search results table right now and for columns where I use labels I can simply activate wrap and have them wrap the text properly when I resize a column and it doesn't fit anymore on one line.

But in some columns I use related URLs with the Hyperlink_to widget so I make the label clickable, guiding the user to the respective related webpage. Unfortunately there is no function for wrapping there, so I have to basically guess a minimum reasonable width.

Is it possible to provide this, I guess under the hood this is just a Label on steroids?

markusdd avatar Dec 08 '22 16:12 markusdd