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.
contentplaceholder のサイズよりも大きいグリッドビューがあります。contentplaceholder 内に収まらず、グリッドビューを編集しようとすると、幅が増えてさらに拡張されます。誰か助けてくれませんか
グリッドビューにHeightプロパティとWidthプロパティが設定されているかどうかを確認してください。その場合は、 Heightプロパティを削除し、 Widthを「100%」に設定します。
また、gridview をasp:Panelコントロール内に配置し、パネルのScrollBarsプロパティを「 Horizontal」に、パネルのWidthプロパティを「100%」に設定します。