| |
|
|
- Page 1 - |
|
Julian Schmidt | Hi, i'd gladly one List view with sowohl horizontalen as well as vertikalen Spalt-, Zeilenbuttons create. with whom Zeilenbuttons is me beside the point whether one the level and wide by mouse change can or not. Also is the horizontale Sort Itemtexte unnötigt. How can such a thing release?
LG
Julian57 |
|
|
| |
|
|
|
« this Posting watts as Solution marked. » |
|
Andreas Miethe
| Julian57 (02.07.12)
hmmm......well. only How get to the area to Text-Input ausgeblendet. and the Skalierbarkeit by mouse suppress? Also must The "Sortierungspfeile" not absolutely staid his.
whom Style Change ! CompileMarkSeparationDef &HDM_INSERTITEMA $00001201
def CreateWindowEx(12) !"User32","CreateWindowExA"
decimals 0
cls
var hwndHeader&=createWindowEx(0,"SysHeader32","",$50800802, 0, 0, 0, 0, %hWnd,0,%hInstance, 0)
declare txt#
dim txt#,64
string txt#,0="Hallo Welt"
declare hditem#
dim hditem#,28
long hditem#,0=$43,200,txt#,0,64,$4000,0
sendMessage(hwndHeader&,&hdm_insertItemA,0,hdItem#)
string txt#,0="Hallo Karl"
long hditem#,0=$43,200,txt#,0,64,$4000,0
sendMessage(hwndHeader&,&hdm_insertItemA,1,hdItem#)
SetWindowPos hwndHeader&=10,10 - 400,32
dispose hditem#
while 1
waitinput
wend
end
|
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 07/02/12 ▲ |
|
|
|
|
|
| i don't know what very You with "horizontalen as well as vertikalen Spalt-, Zeilenbuttons" mean. |
|
|
| |
|
|
|
Julian Schmidt | If I one List view in Photoshop modifiziere about so..
|
|
|
| |
|
|
|
| Gehts you therefore the itself left supra located Spaltenbeschriftung grafisch anzupassen? |
|
|
| |
|
|
|
Nico Madysa | I faith, it wants a Grid How it Tabellenkalkulationen üblicherweise having. whom detailed names the Controls have I do not in the head. |
|
|
| |
|
|
|
| Achso,
then simply the whole hWnd draw or Canvas. |
|
|
| |
|
|
|
Julian Schmidt | Can Buttons similar List view-Spaltbuttons particular create (by API). the would already help... then could I one integrally normales List view use. left The Buttons space. The Zeilehöhe of Listviews on the level the Spaltbuttons alter. and the whole with a lovely welt umranden. |
|
|
| |
|
|
|
| and Why take not simply one ListView without head and erstellst suitable Buttons self? |
|
|
| |
|
|
|
Julian Schmidt | because I The Spaltenbreiten-Veränderung by Mouse and Sorting benefit wished. gives it the Opportunities ^^ |
|
|
| |
|
|
|
| Virtually Ownerdraw-SysListView-Headerbutton? ^^ |
|
|
| |
|
|
|
Julian Schmidt | in a what You with Ownerdraw mean. but warscheinlich already. SysListView-Headerbutton meets it quite very! |
|
|
| |
|
|
|
| Owner-Draw or Custom-Draw means hierbei self To characters instead of The windowseigene Zeichnungsroutine To use.
look: [...]
and here what You want: [...]
Specifically with ListViews something komplex but since can itself dank the well explained Beispielquelltexte thoroughly einarbeiten.
look too these XProfan-Source code: [...] [...] [...] |
|
|
| |
|
|