16番会議室「玉石混淆みんなで作るSample蔵」に寄せられたサンプル
"RE:StringGridのClientWidth,ClientHeight"
この発言は #00042 Fermion さんのStringGridのClientWidth,ClientHeight調整 に対するコメントです
■補足
> //---------------ScrollBar 対策(数値は適当に)------------------
> ClientWidth := StrGW + 100;
> ClientHeight := StrGH + 100;
> //-----ScrollBars が ssNone に設定されている場合には不要です-----
>
> ClientWidth := StrGW + GridLineWidth * ColCount;
> ClientHeight := StrGH + GridLineWidth * RowCount;
↑これは、
ClientHeight := StrGH + GridLineWidth * RowCount;
ClientWidth := StrGW + GridLineWidth * ColCount;
//---------------------- ScrollBar 対策 -------------------------
ClientHeight := StrGH + GridLineWidth * RowCount;
//-----ScrollBars が ssNone に設定されている場合には不要です-----
で上手く行くようです。 ((^^;;
97/10/28(Tue) 02:30 Fermion [KHF03264]
Original document by Fermion 氏 ID:(KHF03264)
ここにあるドキュメントは NIFTY SERVEの Delphi Users' Forum の16番会議室「玉石混淆みんなで作るSample蔵」に投稿されたサンプルです。これらのサンプルはボーランド株式会社がサポートする公式のものではありません。また、必ずしも動作が検証されているものではありません。これらのサンプルを使用したことに起因するいかなる損害も投稿者、およびフォーラムスタッフはその責めを負いません。使用者のリスクの範疇でご使用下さい。
Copyright 1996-2002 Delphi Users' Forum
|