Balloon Popup WPF
问题 I need to display a baloon popup. Is there a control in WPF for this kind of work? Something like the following: <BalloonPopup> <StackPanel> <Button/> . . . </StackPanel> </BalloonPopup> This is the possible result: 回答1: You want to do a tooltip. wpf.200things has a great write on on it. From this article. You are basically going to style the tooltip like below <TextBox Text="Now is the winter of our discontent etc" Width="100" Margin="10"> <TextBox.ToolTip> <ToolTip DataContext="{Binding