Skip to content

Question: how do you get DockViewV2 to work? #3916

@celadaris

Description

@celadaris

I have tried to paste the razor code from multiple samples on the website and i tried to remove some of the code too so that it could maybe work on a fresh template and nothing seems to work. i installed BootstrapBlazor.DockView but trying to do @inherits BaseDockView just gives errors because it cant find the files that it needs. im not sure what im missing

i got v1 to load with the following code, which is great, but i wanted V2:

<DockView Name="DockViewColumn">
    <DockContent Type="DockContentType.Column">
        <DockComponent Title="left dock" ShowClose="false">
            <div>
                left dock
            </div>
        </DockComponent>
        <DockComponent Title="right dock" ShowClose="false">
            <div>
                right dock
            </div>
        </DockComponent>
    </DockContent>
</DockView>

Metadata

Metadata

Assignees

Labels

choreThis are tasks or bot action

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions