![]() |
|
| Правила Форума редакция от 22.06.2020 |
|
|||||||
|
|
Окажите посильную поддержку, мы очень надеемся на вас. Реквизиты для переводов ниже. |
|
![]() |
|
|
Опции темы | Опции просмотра |
Language
|
|
|
#1
|
|
Новичок
Пол:
Регистрация: 25.02.2008
Сообщений: 10
Репутация: 1
|
Как сделать эти самые бэнды многострочными. Чтоб если текст не помещается он переносился на другую строку
|
|
|
|
| Реклама: | белая бархатная скатерть аренд | ск юбилейный санкт петербург купить билет - RedKassa.ru | мое дело плагин | электропривод sax 61.03 | вентилятор wnp 60-30/28-2d |
|
|
#2
|
|
Новичок
Пол:
Регистрация: 02.11.2005
Сообщений: 15
Репутация: 5
|
Есть свойство BandHeaderHeight, по умолчанию оно 0 если поставить его к примеру 38 то будет две строки
|
|
|
|
|
|
#3
|
|||||||||||||||||||||||
Из help'а: для заголовков: TcxGridTableOptionsView.HeaderAutoHeight Автовысота заголовков Determines whether the column header's height changes to display the full caption text. Syntax property HeaderAutoHeight: Boolean; Description Use the HeaderAutoHeight property to determine whether the column header's height is automatically increased to display the entire caption. The default value of the HeaderAutoHeight property is False. для ячеек: Determines whether the height of item cells is automatically changed to display their contents in full. TcxCustomGridTableOptionsView.CellAutoHeight Автовысота ячеек Syntax property CellAutoHeight: Boolean; Description If the widths of the view's columns are insufficient to display their entire content, then text clipping occurs. Use the CellAutoHeight property to prevent this. If this property value is True, then the cell content is displayed in multiple lines where necessary. By default all grid rows have the same height. Note that a grid which uses the image combo box control as an in-place editor is a special case. The CellAutoHeight property has no effect on calculating the height of this editor since its height is determined by the height of the image displayed within the editor's edit region. The list of images that are available for displaying within the editor is accessible via the editor's Properties.Images property. As a result, the height of the editor (actually, the height of the images) also affects the minimal value of the DataRowHeight property so the image isn't displayed clipped. The default value of the CellAutoHeight property is False. Дерзайте - я думаю, это именно то, что Вам надо. ![]()
__________________
Денег, информации и патронов не бывает слишком много! |
||||||||||||||||||||||||
|
|
|