Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use Third-party listview control Error
#11
I use the code below to make the text of the clicked item bold

I just want to keep the text of the currently clicked item in bold. Is that possible?
 
Code:
Copy      Help
#sub li3_ItemClick
function XtremeSuiteControls.ListViewItem'Item ;;XtremeSuiteControls._DListView'li3
;out Item.Text
Item.Selected=0
sel Item.Index
,case 1
,run "control"
,case 2
,run "control"
,case 3
,run "control"
,case 4
,run "control"
Item.Bold=1


In addition:

1.change the item text font
2.Gets icon and image data
Icon           =   "CellIconAndTextOpts.frx":0000
Images       =   "CellIconAndTextOpts.frx":058A
ResizerSample.MouseIcon = LoadPicture(App.Path & "\grabhnd2.cur")

really no solution?


Messages In This Thread
RE: use Third-party listview control Error - by Davider - 01-16-2023, 11:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)