以下の内容はhttps://end0tknr.hateblo.jp/entry/20250312/1741758184より取得しました。


Microsoft 365 Lists のセル表示高さを100pxに制限

Listsのヘッダで「列の設定→この列の書式設定」メニューを選択し、 詳細設定画面にあるdefault json

{"$schema":
 "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json"
}

{"$schema":
 "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
 "elmType": "div",
 "txtContent": "@currentField",
 "style": { "max-height": "100px" }
}

にすることで、セル表示高さを100pxに制限できました。

ただ、列の書式設定に関する本来のdocumentの場所は不明です。 (今回は偶然できました)




以上の内容はhttps://end0tknr.hateblo.jp/entry/20250312/1741758184より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14