Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マルチビューのアクティブ ビューをインデックスではなく ID で設定する方法はありますか?
このようなもの?
multiviewProgress.Views["step3"].SetToActiveView();
次のようなことができると思います:
myMultiView.SetActiveView(nameOfView);
ここで、nameOfView は設計時に指定された ID です。この例は、その方法を示しています。