TTMSFMXGrid についてのメモ

固定セルだけセンタリング

OnGetCellLayout イベントに

procedure TfrmScore.grdWakaScoreGetCellLayout(Sender: TObject; ACol,
  ARow: Integer; ALayout: TTMSFMXGridCellLayout; ACellState: TCellState);
begin
  if ARow < grdWakaScore.FixedRows then
    ALayout.TextAlign := TTextAlign.taCenter;
end;

コメントを残す

メールアドレスが公開されることはありません。


+ 六 = 7

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>