Thank you Erel, i didn't know that
Custom views are designed to be added with the designer. ]
So i get a problem when i make
Root.LoadLayout("ProgressBar") 'load a layout with one Element of type Anotherprogressbar
BBCodeView1.Views.Put("pb", pb) 'put to a BBcodeview
because it puts the Progressbar already on top visible and not only in the BBcodeview Listitem.
I also wanted to achieve clicking a Checkbox and then changing the Value of the AnotherProgressbar inside the same Listitem of BBcodeview.
It seems that this is not possible with BBcodeview, i cannot touch this element directly.
I would have to store the value and redraw the whole BBcodeview, right ?