![]() Popupの表示位置 †borderの右下の処にPopupコントロールを表示させたい場合、次のソースコードのように、設定できます。 GeneralTransform transform = border.TransformToVisual(Application.Current.RootVisual); Point point = transform.Transform(new Point(0, border.ActualHeight)); this.detailPopup.VerticalOffset = point.Y - 20; this.detailPopup.HorizontalOffset = point.X + 20; ★月額105円~/容量最大30GB/機能満載! ロリポップ!レンタルサーバー ★ ![]() コメント: ![]() |