社区
Delphi
帖子详情
我想改变headercontrol的sections里面文字的颜色,怎么办?
ABLE__323
2006-09-12 09:23:12
我想改变headercontrol的sections里面文字的颜色,怎么办?
...全文
142
5
打赏
收藏
我想改变headercontrol的sections里面文字的颜色,怎么办?
我想改变headercontrol的sections里面文字的颜色,怎么办?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
5 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
ABLE__323
2006-09-17
打赏
举报
回复
没人说啊,再up一下
ABLE__323
2006-09-16
打赏
举报
回复
没人说啊,up一下
ABLE__323
2006-09-14
打赏
举报
回复
我注意到您是想用hsownerdraw的办法重画,但是有没有办法在hstext的情况下来改变字体颜色呢?
王集鹄
2006-09-13
打赏
举报
回复
object HeaderControl1: THeaderControl
Sections = <
item
ImageIndex = -1
Style = hsOwnerDraw
end
>
OnDrawSection = HeaderControl1DrawSection
end
procedure TForm1.HeaderControl1DrawSection(HeaderControl: THeaderControl;
Section: THeaderSection; const Rect: TRect; Pressed: Boolean);
var
vRect: TRect;
begin
vRect := Rect;
HeaderControl.Canvas.Font.Color := clRed;
DrawText(HeaderControl.Canvas.Handle, PChar(Section.Text),
Length(Section.Text), vRect, DT_CENTER or DT_VCENTER or DT_SINGLELINE);
end;
ABLE__323
2006-09-13
打赏
举报
回复
怎么没有人回答呢?
Table Views(下)Grouped and Indexed
Sections
在前面2篇关于Table View的介绍中,我们使用的Style都是Plain,没有分组,没有index,这次学习的Table View和iphone中的通讯录很像,有一...1)创建一个新的项目,template选择Single View Application,命名为
Sections
从零开始学ios开发(十三):Table Views(下)Grouped and Indexed
Sections
6)添加Index 上面虽然已经实现的table view,但是用起来还是非常的不方便,例如我们
想
寻找Z开头的名字,我们需要花半天时间,从A一直滑动到Z,这样子手是会抽筋的,因此,我们需要一个index,能够帮我们进行快速...
Table View Programming Guide for iOS 官方文档翻译
If users touch a deletion
control
or, in some table views, swipe across a row, a red Delete button appears, prompting users to delete that row. Rows that can be relocated display (near their right ...
三十而立,从零开始学ios开发(十三):Table Views(下)Grouped and Indexed
Sections
...
在前面2篇关于Table View的介绍中,我们使用的Style都是Plain,没有分组,没有index,这次学习的Table View和iphone中的通讯录很像,...1)创建一个新的项目,template选择Single View Application,命名为
Sections
...
StringGrid
今天在书上看到了StringGrid的使用,写的例子很少,以前在做毕业设计时我也使用过这个控件,不过现在都很久没有使用这个控件了,所以都有点生疏了;其实一直以来我经常光顾的一个学习delphi的网站就是万一老师的博客...
Delphi
5,939
社区成员
262,944
社区内容
发帖
与我相关
我的任务
Delphi
Delphi 开发及应用
复制链接
扫一扫
分享
社区描述
Delphi 开发及应用
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章