0

子ウィンドウ コントロールを開発しました。日付ピッカー オプションがあります。日付ピッカーをクリックすると、Childwindow コントロールの背後にある日付ピッカー画面が開いたので、日付を選択できません。

子ウィンドウ コントロールに日付画面を表示するにはどうすればよいですか?

4

1 に答える 1

0

このクエリの別の方法を見つけました。

Event : datepicker1_ManipulationCompleted

this.close(); // this is close to strat the date manipulation

Event :datePicker1_ValueChanged

this.show() ;// Again i shows the my closed child window
于 2012-07-16T11:59:59.303 に答える