laptop and a wrench

不具合

IMapControl::ShowScrollbars property does not work properly, if the MapControl has been added after any additional control other than the LicenseControl.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM012727
送信されましたOctober 31, 2007
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.2
ステータスWill Not Be Addressed

参考情報

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

対処法

//Slightly alter the MapControl::Extent during the Form::Activated event.private void Form1_Activated(object sender, EventArgs e){ IPoint centerPoint = new PointClass(); IEnvelope env = axMapControl1.ActiveView.ScreenDisplay.DisplayTransformation.VisibleBounds; axMapControl1.Extent = env; centerPoint.X = ((env.XMax - env.XMin) / 2) + env.XMin + .0000001; centerPoint.Y = ((env.YMax - env.YMin) / 2) + env.YMin + .0000001; env.CenterAt(centerPoint); axMapControl1.ActiveView.ScreenDisplay.DisplayTransformation.VisibleBounds = env; axMapControl1.ActiveView.Refresh();}

再現の手順

不具合 ID: NIM012727

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動