user241949
user241949

Reputation: 111

WPF - Floating Toolbar

How can I make a floating toolbar (like the mini font floating toolbar in Word 2007) using WPF? I would like it to appear and disappear from mouse movement over items.

Thanks

Q

Upvotes: 3

Views: 2535

Answers (3)

Zamboni
Zamboni

Reputation: 8043

Take a look at the following popup samples.

Upvotes: 0

Bobby
Bobby

Reputation: 11576

You could go the tricky way, creating a form with no border.

Upvotes: 0

Stephen Wrighton
Stephen Wrighton

Reputation: 37880

Look into the Popup control.

Upvotes: 6

Related Questions